Difference between revisions of "Getting Started with Selenium"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 5: | Line 5: | ||
==Useful References== | ==Useful References== | ||
* http://www.seleniumhq.org/ | |||
* http://www.seleniumwiki.com/ | |||
* http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions | * http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions | ||
* http://code.google.com/p/selenium/wiki/PythonBindings | * http://code.google.com/p/selenium/wiki/PythonBindings | ||
* http://pypi.python.org/pypi/selenium | |||
* http://jimmyg.org/blog/2009/getting-started-with-selenium-and-python.html | * http://jimmyg.org/blog/2009/getting-started-with-selenium-and-python.html | ||
==Downloads== | ==Downloads== |
Revision as of 12:02, 4 January 2012
The Journey
Check the category links for more info. I am primarily interested in using Selenium with Python and there seems to be rather a dearth of examples and language specific references to be found.
Useful References
- http://www.seleniumhq.org/
- http://www.seleniumwiki.com/
- http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions
- http://code.google.com/p/selenium/wiki/PythonBindings
- http://pypi.python.org/pypi/selenium
- http://jimmyg.org/blog/2009/getting-started-with-selenium-and-python.html