Top "Selenium-ide" questions

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

How to Automate Mouse scrolling event in Selenium IDE

I am trying to capture/automate mouse scrolling event in selenium IDE. Like in Facebook friend list page, we have …

selenium mouseevent selenium-ide
How to wait for a page redirect in Selenium?

I am trying to perform a relatively simple task: to wait until a page redirect is complete. Just seen another …

ruby selenium selenium-ide
Export test as python from Selenium IDE

I made several tests in Selenium IDE and saved it as a test suite in the HTML format which works …

python firefox selenium selenium-ide
Conditional Post-Build step in Jenkins (Ideally without plugins)

If I understand correctly I can make a build step conditional using this plugin: https://wiki.jenkins-ci.org/display/JENKINS/…

selenium junit jenkins selenium-webdriver selenium-ide
Selenium IDE - Set default speed to slow

Everytime when I run Selenium IDE the speed control is set to "fast" It is possible to set the speed …

selenium selenium-ide
Capture user input and actions with Selenium WebDriver using Java

Is it possible to capture user input/actions with Selenium WebDriver, in the same way that you can use the …

java testing selenium-webdriver automation selenium-ide
Selenium IDE - exporting test scripts

I'm trying to export my test automation created in Selenium IDE, but I can't find the option to export. I …

selenium selenium-ide
Selenium click on link

I'm using Selenium's IDE in FireFox to do some testing, and I want Selenium to click the second link (Text2). …

selenium selenium-ide
Firefox bug with Selenium - Can't access dead object

I've tried to run my tests with Selenium 2 and Firefox 19. One of this tests causes an error "ERROR: Command execution …

firefox selenium selenium-rc selenium-ide
Selenium IDE Base URL and Open commands

What is the use of Base URL is Selenium IDE because even when I enter the wrong URL there or …

selenium selenium-ide