Combo Box/Drop Down List
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-03-16 11:13 AM
Hi Guys,
Anybody have any idea about, how to get option from drop down list/ combo box.
It is actually spying the element properly. But when I use Mouse Button -> "Down" to select any option, it is giving error saying that the "Down" is invalid.
Can I get any suggestion.
Regards,
Roopa
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-03-16 11:34 AM
Hi Roopa,
If you set the element to be a combo box in the application modeller, you can use a navigation stage to set the combo box to any wished list item, by giving the name of the wanted list item as an input to the stage.
I hope it helps.:)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-03-16 12:11 PM
Hi RoopaThe input to a mouse click can only be 'left' or 'right' to indicate which button to press. If you leave the input blank then 'left' is implied. To send a the Down key stroke you can use '{DOWN}'. In most properties windows in BP you will see a blue 'i' button - this takes you to the appropriate Help section.
