Simple PoP up elements
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-06-16 02:36 PM
Hi all,
I am a newbee to BP. I am trying to automate webapp one flow. It has a pop up modal form. I am able to spy and identify the elements on the pop up screen. However at the runtime its giving an error saying: No elements match the supplied query terms
Please advise.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-06-16 02:52 PM
Amit,
You need to include wait stages to check the element exist before interacting.
Tom
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-06-16 11:43 PM
Thanks all, applying a wait helped. Next I am stuck with how to select a value from DropDown. First I am doing Click Center, which works fine and opens the drop down as expected, next I do is Select Item where I give the value to be selected. The second step gives an error saying: "" No elements match the supplied query terms"". Please advise.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-06-16 10:03 AM
Make sure you are using separate Navigate stage for launching and Selecting dropdown and the element type is ""HTML Combo box"" in application modeler while spying the dropdown.
