Difference between revisions of "Selenium Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 18: | Line 18: | ||
=Installing= | =Installing= | ||
Needed [Installing_PIP|pip] which needed easy_install | Needed [[Installing_PIP|pip]] which needed easy_install | ||
Also need to be able to get through proxy... | Also need to be able to get through proxy... |
Revision as of 11:51, 4 January 2012
Check out:
Selenium IDE
WebKitDriver
Installing
Needed pip which needed easy_install
Also need to be able to get through proxy...
export http_proxy=http://username:password:PROXY:8080/
Python Notes
required Packages
- http://pypi.python.org/simple/setuptools/
- http://pypi.python.org/simple/pip/
- http://pypi.python.org/simple/virtualenv/