Selenium is a portable software testing framework for web applications. It provides a record/playback tool for authoring tests without learning a test scripting language and a test domain specific language (DSL), to write tests in a number of popular programming languages.

learn more… | top users | synonyms

1
vote
1answer
80 views
+50

Selenium IDE: Bind mouseOver() on dynamically generated div

i have a div element which is created via JS on the fly. <div id='menu_item_0'>foo</div> Now my Selenium IDE locator is able to access this element with various selectors, but whatever ...
-1
votes
0answers
99 views
+350

Selenium IEServerDriver not finding new windows for IE9

I am working with Selenium WebDriver to automate my companies site. At one point, the web application opens a new window via the following: <a ...