Difference between revisions of "Getting Started with Selenium"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (Created page with '=The Journey= <pre> Probably a path issue... http://chibimagic.wordpress.com/2011/07/28/selenium-server-2-0-on-mac-os-xwindows-with-custom-firefox-path/ I usually run somethin...') |
PeterHarding (talk | contribs) |
||
(10 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== | |||
* 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 | |||
==Downloads== | |||
* http://code.google.com/p/selenium/downloads/list | |||
==Others== | |||
* 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