HTML drop down not refreshing the page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-12-22 11:22 AM
We have a dropdown selection on a web page with the selection being 'Load' , 'Discount' , 'None'. The functionality around this dropdown is that when a user selects 'None' , then a value on the page is set to 0.00
If Blue Prism uses the 'Navigation' action with 'Select Item' and then selecting 'None' as the value , then the dropdown is changed to reflect this , but the page does not refresh the value to 0.00
I managed to get around this by spying the dropdown as an AA element , global mouse clicking and then global send keys None, which would cause the page to change correctly.
Unfortunately , we have had to move to edge running IE mode and we can no longer spy the dropdown as an AA element and interact with it
Has anyone got any tips on getting the page to refresh after selecting the dropdown ?
If Blue Prism uses the 'Navigation' action with 'Select Item' and then selecting 'None' as the value , then the dropdown is changed to reflect this , but the page does not refresh the value to 0.00
I managed to get around this by spying the dropdown as an AA element , global mouse clicking and then global send keys None, which would cause the page to change correctly.
Unfortunately , we have had to move to edge running IE mode and we can no longer spy the dropdown as an AA element and interact with it
Has anyone got any tips on getting the page to refresh after selecting the dropdown ?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-12-22 01:03 PM
You can try to re-spy the element in another mode if possible. And regarding the page to refresh, you have already cracked it. Global send keys is the answer to these kind of situations. So re-spy, set focus, followed by the global send key actions can solve it.
