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 check that an element is (CSS) visible?

Example 1: Checking that a Twitter Bootstrap modal has opened. The modal already exists on the page but is hidden with …

css selenium selenium-ide
Selenium IDE - Upload file into field

I'm creating a testing suite to automate some parts of data input on my web application. I have a page …

selenium selenium-ide
What exactly is selenese html?

I have been using selenium IDE to do some web app testing. I have been encountering errors on trying to …

selenium selenium-ide
Selenium Export test cases as PHP-phpunit is missing in my Selenium IDE 1.2.0?

I really in need of converting/exporting my test cases to PHP. But PHP-phpunit formatter in Selenium IDE 1.2.0 is missing. …

php selenium automated-tests selenium-ide
unable to create new service geckodriver; selenium standalone server;

I face the same issue as already described with Java, but the answers there dont help me along, I have …

selenium-ide
Selenium IDE testing all links

I'm trying to use Selenium IDE to test a web app. On one page, there are several links which trigger …

testing selenium modal-dialog selenium-ide
What is the default keyboard shortcut for opening Selenium IDE from within Firefox

I'm sure this is documented somewhere obvious, but I just can't find it. I'm currently switching back and forth between …

firefox selenium-ide
How can we handle Upload File component using Selenium IDE?

Can anyone please provide idea or site reference for handling File Upload Process using Selenium IDE? Rest of the actions …

file-upload selenium selenium-ide
Selenium IDE: Clearing a text field

I need to know how to clear a text field in Selenium IDE. I have tried the sendKeys command with …

selenium-ide
How to get actual JavaScript value in onclick from webbrowser control?

I'm looking for a way to get the JavaScript code defined inside of onclick. I'm using .NET 2.0 C# Visual Studio 2005. …

c# visual-studio-2005 browser selenium-ide comobject