Hi All,
Having some trouble with getting BluePrism to be able to click in this drop down list on a webpage. I have tried the following (spied via Browser Mode in Chrome, it comes out as a List (Web) Type).
Click
Double Click
Focus
Select
I cant do Select List Item directly, because its not triggering some javascript on the webpage to enable the button I need to click after selecting an item. If I do Select List Item, it correctly changes the item but doesnt enable the button.
I also tried some workarounds:
Click the element before the list, and send a Tab press.
Any ideas why I cant click this element?