The Selenium-IDE (Integrated Development Environment) is the tool you use to develop your Selenium test cases.
I´m using the Selenium IDE for Firefox and searching for a wait command. My problem is that I want …
selenium selenium-ideI am writing tests for my site using Selenium IDE and I am having trouble with having selenium click on …
selenium xpath selenium-ideWith "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-ideI can't find an equivalent of Selenium IDE that works with Chrome. Does anyone know how to use Selenium IDE …
google-chrome firefox selenium-ideI 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 buttonclickI 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-ideI have just recently done an export of my selenium IDE code to selenium web driver. I have found that …
selenium selenium-ide selenium-webdriverI need to click the 'Ok' button inside an alert window with a Selenium command. I've tried assertAlert or verifyAlert …
selenium alert selenium-ideUsing Selenium IDE, I'm trying to click a button within a table on a webpage using XPath with a partial …
xpath selenium selenium-ideI've been testing in Selenium IDE. It's pretty easy to use, and I have created some test cases with it. …
testing selenium-ide