20-06-22 05:08 AM
I hope you’re doing well.
I’d like to ask a question about the “Select Item” action of Combo-box type element that spied with Active Accessibility Spy Mode.
Due to no extension for the browser to use, I created the Application Modeller as Windows Application, and tried AA Spy Mode. (UIA Mode didn’t work well, too slow, approx. 80 secs to identify an element)
The issue is the Select Item Action of the Combo-box type element.
When I tried to select an item in the Combo-box, I got an error message says, “Failed to identify the combo box’s dropdown button”.
I tried both input options for one at once separately, Item Text and Item Position.
"Internal : Failed to perform step 1 in Navigate Stage 'Navigate1' on page 'Test' - Failed to identify the combo box's dropdown button"
Also, I tried Reader Stage as well, and got this error message.
"Internal : Failed to perform step 1 in Read Stage 'Reader1' on page 'Test' - Could not find internal list for combo box"
At this point, what kind of alternative method to select an item in combo box with AA Spy Mode?
Thanks.
Answered! Go to Answer.
29-06-22 12:52 PM
Combo boxes can be difficult and sometimes need a bit of experimentation to figure out (I once spent 3 days figuring out how to interface with a drop down - so I feel the pain!!)
As well as Select Item try set text actions - sometimes they work although they may also need some kind of tab of or return key also.
If that does not work you could try to use invoke javascript actions, although I understand that may be discontinued soon because of changes to Chrome.
If that does not work you are into Surface Automation, there used to be an entire section about drop downs in the guide (which I now cannot find, maybe reach out to the BP University to ask where they have put it). Basically you need to experiment with keystrokes, down buttons, etc....
29-06-22 12:52 PM
Combo boxes can be difficult and sometimes need a bit of experimentation to figure out (I once spent 3 days figuring out how to interface with a drop down - so I feel the pain!!)
As well as Select Item try set text actions - sometimes they work although they may also need some kind of tab of or return key also.
If that does not work you could try to use invoke javascript actions, although I understand that may be discontinued soon because of changes to Chrome.
If that does not work you are into Surface Automation, there used to be an entire section about drop downs in the guide (which I now cannot find, maybe reach out to the BP University to ask where they have put it). Basically you need to experiment with keystrokes, down buttons, etc....
29-06-22 12:55 PM
30-06-22 01:39 AM