How to choose multiple items from a drop down in a browser application?

kulranjan

New Member
In an browser application, I have to select multiple items from a single dropdown, manually i can click ctrl and left mouse click to select multiple items, but how to do that through blueprism?
 

MThomson

New Member
What version of BluePrism are you using? Can you spy the drop down box using Win32 or AA mode depending on the application, put a navigate stage on your action, and screenshot the list of available options for that element.
 

kulranjan

New Member
What version of BluePrism are you using? Can you spy the drop down box using Win32 or AA mode depending on the application, put a navigate stage on your action, and screenshot the list of available options for that element.
verion is 6.5, no i can't spy with win32 as it's a browser application.
Can you please share the screenshot?
 

Attachments

  • B04D121D.PNG
    140.5 KB · Views: 72
  • 6DF6797A.PNG
    20.7 KB · Views: 66

MThomson

New Member
You should be able to spy the drop down in HTML or AA - put this element into a navigate stage, and one of the options should be "Select Item"
 

kulranjan

New Member
I found the solution, we have to spy it using ui mode and choose add to selection, thanks guys for the help, really appreciate it .
 
Top