Production Issue - when clicking on Radio Button Yes/NO
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-11-21 04:55 AM
Hello Everyone,
I Urgently need an help . Hope someone can help me.
We have an web application which runs on IE and I have been spying them and it worked fine in all the lower regions of Blueprism . But when I got the same code deployed to Prod ,BP will navigate till the Radio button option but when it gets clicked ,It throws an System Exception saying "Query item cannot be matched" . I Spied the element using Checkbox (UIA) . Unfortnately the HTML and Accessibility mode did not work.
Note : the website's URL for Lower region and Prod are different .
Thanks .
------------------------------
New Student
------------------------------
I Urgently need an help . Hope someone can help me.
We have an web application which runs on IE and I have been spying them and it worked fine in all the lower regions of Blueprism . But when I got the same code deployed to Prod ,BP will navigate till the Radio button option but when it gets clicked ,It throws an System Exception saying "Query item cannot be matched" . I Spied the element using Checkbox (UIA) . Unfortnately the HTML and Accessibility mode did not work.
Note : the website's URL for Lower region and Prod are different .
Thanks .
------------------------------
New Student
------------------------------
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-11-21 05:17 AM
Hi,
There are couple of steps you might need to check here in order to resolve this issue:
1) Try checking if the application is attached properly and try attaching to the application if not when using this specific stage. Many times in some web applications, the bot might get detached if the application container itself changes. Also, try providing the child index value when you are trying to attach to the same.
2) Add proper wait stage time to check if the page got fully loaded before trying to perform this operation. Many times if your bot is working at a very high speed this issue, the stage might be triggered before the element is actually available on the screen..
3) Check the application identifiers thoroughly if you have take an unique and dynamic set of identifiers which are constant in both production and dev environment. If your website URL is different sometimes chances are that the element properties might differ. We have faced this scenario before. If so you can make the element property dynamic and fetch the dynamic property value from some external file source or database (recommended) so that in future also, it is easier for you to change the selectors whenever required.
Do let me know if any of this step resolves your issue. Also, if possible please show the application attributes that you are considering while spying this element.
------------------------------
Regards,
Devneet Mohanty
Intelligent Automation Consultant
Blueprism 6x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com
------------------------------
There are couple of steps you might need to check here in order to resolve this issue:
1) Try checking if the application is attached properly and try attaching to the application if not when using this specific stage. Many times in some web applications, the bot might get detached if the application container itself changes. Also, try providing the child index value when you are trying to attach to the same.
2) Add proper wait stage time to check if the page got fully loaded before trying to perform this operation. Many times if your bot is working at a very high speed this issue, the stage might be triggered before the element is actually available on the screen..
3) Check the application identifiers thoroughly if you have take an unique and dynamic set of identifiers which are constant in both production and dev environment. If your website URL is different sometimes chances are that the element properties might differ. We have faced this scenario before. If so you can make the element property dynamic and fetch the dynamic property value from some external file source or database (recommended) so that in future also, it is easier for you to change the selectors whenever required.
Do let me know if any of this step resolves your issue. Also, if possible please show the application attributes that you are considering while spying this element.
------------------------------
Regards,
Devneet Mohanty
Intelligent Automation Consultant
Blueprism 6x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com
------------------------------
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-11-21 05:42 AM
Hi Devneet,
I got the logs checked and I see twhen the Process tries to click on the 1st Radio Button ,its trying to go to the top of the Screen and Right Click the screen on the top and throws me out of the website by clicking on Logout. Not sure what could have caused teh issue.
Please help
------------------------------
New Student
------------------------------
I got the logs checked and I see twhen the Process tries to click on the 1st Radio Button ,its trying to go to the top of the Screen and Right Click the screen on the top and throws me out of the website by clicking on Logout. Not sure what could have caused teh issue.
Please help
------------------------------
New Student
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-11-21 07:18 AM
Hello Everyone,
The Radio Button option does not get identified on the Production still , instead of left click it clicks Right . what is the option to change the option ? As I am too sure that I haven't used any such code to right click . Attached the screen shot in the same thread.
Any help is appreciated.
Thanks
------------------------------
New Student
------------------------------
The Radio Button option does not get identified on the Production still , instead of left click it clicks Right . what is the option to change the option ? As I am too sure that I haven't used any such code to right click . Attached the screen shot in the same thread.
Any help is appreciated.
Thanks
------------------------------
New Student
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-11-21 11:06 AM
Trying using a navigate stage first that has the action FOCUS,

------------------------------
Enzo Smith
------------------------------
------------------------------
Enzo Smith
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-11-21 06:37 AM
Hi Enzo,
Thanks , I have Focus First and then Global Click Center option . Even then I see the Radio Button gets focused and then goes to top left and right clicks as you see the above popup . Still will try to find out If I can use "Press" .
------------------------------
AARTHY ANNADURAI
------------------------------
Thanks , I have Focus First and then Global Click Center option . Even then I see the Radio Button gets focused and then goes to top left and right clicks as you see the above popup . Still will try to find out If I can use "Press" .
------------------------------
AARTHY ANNADURAI
------------------------------
