20-06-23 08:26 AM
Hello,
In this section i'm stuck on the order processing because for some reason i can't find a way to interact with the dropdown on the order page in "Centix Data Solutions".
I know that in "Select UI Automation Element" it should be "(combo box)", but for some reason every combination of selecting (part) of the item and element type i can't get the "select option" other seem to get when choosing the action.
Am i looking at this wrong or is there another way of getting this to work?
FYI: Im using version 7.2 of blue prism
Answered! Go to Answer.
21-06-23 03:40 PM
Hi Ronalad Van Zon,
Did you get chance to use different modes like Browser mode and UIA mode. there are always multiple ways to interact with drop down.
based on the screenshot you can try "select Item" action ? Did you get chance to use that?
I would use focus as well as Select Item action to select a dropdown
Other Approach is
Focus + Global Mouse Click center+ Global send keys( Down Arrow) if you know the dropdown is not dynamic.
21-06-23 03:40 PM
Hi Ronalad Van Zon,
Did you get chance to use different modes like Browser mode and UIA mode. there are always multiple ways to interact with drop down.
based on the screenshot you can try "select Item" action ? Did you get chance to use that?
I would use focus as well as Select Item action to select a dropdown
Other Approach is
Focus + Global Mouse Click center+ Global send keys( Down Arrow) if you know the dropdown is not dynamic.