Selenium: Difference between revisions

From Genecats
Jump to navigationJump to search
Line 10: Line 10:
* [http://seleniumhq.org/download/ Selenium downloads]
* [http://seleniumhq.org/download/ Selenium downloads]


* [http://release.seleniumhq.org/selenium-core/1.0/reference.html Selenium reference]
* [http://release.seleniumhq.org/selenium-core/1.0/reference.html Selenium commands reference]


* [http://seleniumhq.org/docs/ Selenium documentation]
* [http://seleniumhq.org/docs/ Selenium documentation]

Revision as of 01:26, 19 November 2011


This is mostly a place holder while we develop more content. Here are some useful links...

The Basics

Element Locators

A common way to find elements on a page using Selenium is xPath, however, we should use CSS selectors when possible, as the tests run faster - especially in IE. Here's some info:

Selenium Resources

General Automated Testing Resources