Reputation: 911
I have a list box which a user needs to click, then select a value from the dropdowns. I am trying to use Blueprism to select a value from the list by using the 'Select Item' action in a navigate stage. I have identified the on screen element as a list box. However when I run the stage I get the following error.
Internal : Failed to perform step 1 in Navigate Stage 'Update Payment Method' on page 'Clone Policy' - Select Item is not implemented for active accessibility elements with role 'DropList'
I want to be able to pull the payment method into a data item from my process, pass it into this object and then select an item.
Please see screenshots
Upvotes: 1
Views: 9346
Reputation: 1
Some times instead of text and value , Select Position works where you need to pass the number For example: You want to choose B in a List which contains A , B , C and D. Then in select position - just pass 2 .Let me know if its helpful.
Upvotes: 0
Reputation: 2708
Judging by the small screenshot the application seems to be old (VB6 is my guess). Blue Prism, or any automation tool for the matter, may have trouble interacting with legacy apps. I would try these solutions, in this order:
Upvotes: 1