All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.ActionWaitUntilElementFound.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Part of a chain action, that allows you to wait until element is present, before proceeding to the next action.

*Example:*
| `Navigate To` | http://jspringbot.org/search.html |
| `Action Start` |
| `Action Wait Until Element Found` | id=artist_search |
| `Action Click` | id=artist_search |
| `Action Send Keys` | alvin de leon |
| `Action Send Keys` | cord=SHIFT|ARROW_LEFT|ARROW_LEFT|ARROW_LEFT|ARROW_LEFT|ARROW_LEFT|ARROW_LEFT|ARROW_LEFT |
| `Action Perform` |

=>

| this ensures that the element {{id=artist_search}} is available in dom before proceeding to the next action.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy