cancel
Showing results for 
Search instead for 
Did you mean: 

Blue Prism 6 - WebSite Automation - Click on Radio Button - Inconsistent Behavior

Anonymous
Not applicable
Hi All, we are working on automating an work flow in web site using Blue Prism 6 version. Here we are searching the data and based on search result we have to select the first record in grid. The record selection is done by clicking on a radio button. We are using the HTML spy mode to detect the radio button. While running this process via bot runner, process fails at the step of selecting the HTML Radio Button. This is intermittent issue, sometime it works as well. We checked the XPATH and is not changing for subsequent request to web portal.   Thanks  
3 REPLIES 3

RanjeetPatel1
Level 3
Hi Rajeev   Can you share the error details when it fails.   Regards Ranjeet

SurajJadhav
Level 5
Hello Rajeev , You can try Write stage by sending True value to the radio button if the radio button is not checked ,by writing True to radio button it will select it. Hope this will help you. You can also refer Browser Automation Guide to find out more about this. Regards, Suraj

Anonymous
Not applicable
Hi All, the way we handle this issue is by adding wait stages. With this it is working good.  We already have Check Exists check along with the Parent Document Loaded in place. These are the additional waits we have added.   Thanks