Selenium: Difference between revisions
From Genecats
Jump to navigationJump to search
(→Selenium Resources: added links) |
|||
Line 27: | Line 27: | ||
* [http://seleniumhq.wordpress.com/ The Official Selenium Blog] | * [http://seleniumhq.wordpress.com/ The Official Selenium Blog] | ||
* [https://groups.google.com/group/selenium-users?pli=1 Selenium Users Group (Google)] | * [https://groups.google.com/group/selenium-users?pli=1 Selenium Users Group (Google)] | ||
* [http://www.seleniumwiki.com/ Selenium Wiki] | |||
* [http://wiki.openqa.org/display/SEL/Home OpenQA Selenium Wiki] | |||
* [http://saucelabs.com/blog/index.php/tag/selenium/ SauceLabs Selenium Blogs Posts] | * [http://saucelabs.com/blog/index.php/tag/selenium/ SauceLabs Selenium Blogs Posts] | ||
* [http://seleniumexamples.com/blog/ Selenium Examples blog] - examples and tips for Selenium | * [http://seleniumexamples.com/blog/ Selenium Examples blog] - examples and tips for Selenium |
Revision as of 01:06, 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
- The Official Selenium Blog
- Selenium Users Group (Google)
- Selenium Wiki
- OpenQA Selenium Wiki
- SauceLabs Selenium Blogs Posts
- Selenium Examples blog - examples and tips for Selenium
- Selenium Conference