8078/using-if-else-in-selenium-ide
You'll have to download the Flow Control plugin for Selenium IDE from the official page
There's also a documentation and author's blogpost .
The alternative way is implementing the whole logic in javascript - including the test steps.
var value = this.browserbot.findElement("id=Input").value; if (value == "Find the value!") { this.browserbot.findElement("id=Button").click(); }
This might work for you. It did ...READ MORE
...READ MORE
Hey check this https://www.edureka.co/community/47160/automate-purchase-adding-book-cart-flipkart-using-selenium? It deals with a similar ...READ MORE
The better way to handle this element ...READ MORE
enable trusted connection in internet explorer by ...READ MORE
To Allow or Block the notification, access using Selenium and you have to ...READ MORE
xpath are two types. 1) Absolute XPath: /html/b ...READ MORE
Here is an example to login to ...READ MORE
Selenium IDE works with all Firefox versions, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.