Difference between revisions of "Getting Started with Selenium"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 24: | Line 24: | ||
* http://stackoverflow.com/questions/5198839/selenium-in-python | * http://stackoverflow.com/questions/5198839/selenium-in-python | ||
== | ==Using Cygwin== | ||
* [[Setting up Selenium on Cygwin]] | * [[Setting up Selenium on Cygwin]] |
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