How to Use Selenium IDE “waitForText” and “waitForNotText” commands?

“waitFor” commands of selenium IDE are very useful for your software application regression testing. There are many waitFor commands available in selenium IDE like – “waitForElementPresent ” command will pause selenium until targeted element not present on software web application page,  “waitForPageToLoad” command will force selenium to pause until page not get loaded properly. Same way, “waitForText” … Read more

Selenium IDE “waitForCondition” Command Tutorials With Example

We can use  “waitForElementPresent” command to wait till element appears on page. One other command “waitForTextPresent” command to wait till text display on software application page. Sameway, “waitForCondition” command will wait for condition until targeted condition not match. This selenium command is very useful to take action based on condition. Let we take one example scenario. … Read more

Selenium IDE – Complete List of Commands With Examples Part – 2

This guide provides a complete list of Selenium IDE commands with descriptions and usage examples. You’ll learn how each command works and how to use them effectively in test automation to create reliable and maintainable test cases. Pending commands list in part 1 with tutorial link are listed in bellow given table. Click on command … Read more

List of Selenium Commands With Examples Part – 1

Selenium IDE commands with examples There are many commands available in selenium IDE software testing tool. I have prepared one selenium commands list and linked some selenium ide command with its examples. So you can click on command link(From bellow given selenium ide commands list table) to view how to and where to use that command … Read more