Top "Selenium-ide" questions

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

Selenium IDE - Command to wait for 5 seconds

I´m using the Selenium IDE for Firefox and searching for a wait command. My problem is that I want …

selenium selenium-ide
How to use XPath preceding-sibling correctly

I am writing tests for my site using Selenium IDE and I am having trouble with having selenium click on …

selenium xpath selenium-ide
Equivalent of waitForVisible/waitForElementPresent in Selenium WebDriver tests using Java?

With "HTML" Selenium tests (created with Selenium IDE or manually), you can use some very handy commands like WaitForElementPresent or …

java selenium webdriver selenium-webdriver selenium-ide
Does Google Chrome work with Selenium IDE (as Firefox does)?

I can't find an equivalent of Selenium IDE that works with Chrome. Does anyone know how to use Selenium IDE …

google-chrome firefox selenium-ide
How to press/click the button using Selenium if the button does not have the Id?

I have 2 buttons Cancel and Next button on the same page but it has only one id (see the below …

selenium-rc selenium-webdriver selenium-ide buttonclick
Running Selenium Webdriver with a proxy in Python

I am trying to run a Selenium Webdriver script in Python to do some basic tasks. I can get the …

python selenium proxy selenium-webdriver selenium-ide
click command in selenium webdriver does not work

I have just recently done an export of my selenium IDE code to selenium web driver. I have found that …

selenium selenium-ide selenium-webdriver
Click in OK button inside an Alert (Selenium IDE)

I need to click the 'Ok' button inside an alert window with a Selenium command. I've tried assertAlert or verifyAlert …

selenium alert selenium-ide
Click a button with XPath containing partial id and title in Selenium IDE

Using Selenium IDE, I'm trying to click a button within a table on a webpage using XPath with a partial …

xpath selenium selenium-ide
How to loop tests in Selenium IDE?

I've been testing in Selenium IDE. It's pretty easy to use, and I have created some test cases with it. …

testing selenium-ide