Selenium
From Genecats
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
- The Official Selenium Blog
- Selenium Users Group (Google)
- SauceLabs Selenium Blogs Posts
- Selenium Examples blog - examples and tips for Selenium
- Selenium Conference