Difference between revisions of "Getting Started with Selenium"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=The Journey= | =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== | ==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== | ||
* http://code.google.com/p/selenium/downloads/list | * http://code.google.com/p/selenium/downloads/list | ||
Line 16: | Line 20: | ||
* http://johnmudd.infogami.com/blog/5be6 | * http://johnmudd.infogami.com/blog/5be6 | ||
== | ==On Errors== | ||
* http://stackoverflow.com/questions/5198839/selenium-in-python | |||
==Using Cygwin== | |||
* [[Setting up Selenium on Cygwin]] | |||
[[Category:Selenium]] | [[Category:Selenium]] | ||
[[Category:Python]] | [[Category:Python]] |
Latest revision as of 12:03, 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