Refer the article New Selenium IDE – Commands (Selenese), for the complete list of Selenium IDE commands and their practical demonstrations.
wait for element present is one of the commands in Selenium IDE.
The purpose of the wait for element present command is to wait for the element to be present on the UI and also the HTML DOM of the page.
Though it is not possible to practically demonstrate wait for element present command, I will give the sample code for using it in the below table:
[su_table alternate=”no”]
Command | Target | Value |
---|---|---|
open | http://omayo.blogspot.com/ | |
wait for element present | id=xyz | 30000 |
[/su_table]
Here concludes the wait for element present command which waits until the required element is present on the UI of the page and the HTML DOM of the page.
In the next article, I will practically demonstrate another Selenium IDE command.
Next Steps:
- > Check complete Selenium Tutorial Contents here (Click here)
Please leave your questions/comments/feedback below.
Happy Learning ?
On a mission to contribute to the Software Testing Community in all possible ways.
Refer the article New Selenium IDE – Commands (Selenese), for the complete list of Selenium IDE commands and their practical demonstrations.