Top "Selenium-ide" questions

The Selenium-IDE (Integrated Development Environment) is the tool you use to develop your Selenium test cases.

Selenium-IDE: How to simulate non-printable keys (ENTER, ESC, Backspace)?

What is the exact HTML code to simulate ENTER, ESC, BACKSPACE and DOWN in Selenium IDE 1.3.0? typeKeys didn't work nor …

keyboard keypress selenium-ide enter backspace
Selenium web driver: cannot be scrolled into view

I am using Selenium IDE and Selenium web driver testng in eclipse .. my testing is against ZK application .. the test …

java selenium selenium-webdriver testng selenium-ide
How to find whether button is disabled or not in Selenium IDE

I want to check whether button is disabled or not by selenium IDE But I couldn't. I have tried below …

selenium selenium-webdriver selenium-ide
How to convert commands recorded in selenium IDE to Java?

Is there any application or simple way to convert all the commands recorded by Selenium IDE to Java (Selenium WebDriver)? …

java selenium selenium-webdriver selenium-ide
Why do we use WebDriver instead of Selenium IDE?

Why can't we just record all of our test cases in Selenium IDE, export it to Java/WebDriver and run …

selenium webdriver selenium-webdriver selenium-ide
Selenium: test if element contains some text

With Selenium IDE, how can I test if an element's inner text contains a specific string? For example: <p …

html selenium selenium-ide
Selenium how to select an object by class

I have a web page with a form and has a field that uses the jquery autocomplete function. This is …

selenium selenium-ide
How do you focus on new windows with selenium ide?

I am trying to use selenium ide to duplicate an action. The action is clicking on a link that open …

selenium automated-tests selenium-ide
Using upper-case and lower-case xpath functions in selenium IDE

I am trying to get a xpath query using the xpath function lower-case or upper-case, but they seem to not …

xpath selenium-ide uppercase lowercase