Difference between revisions of "Selenium Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 24: | Line 24: | ||
export http_proxy=http://username:password:PROXY:8080/ | export http_proxy=http://username:password:PROXY:8080/ | ||
=Python Notes= | |||
=Ruby Notes= | |||
[[Category:Selenium]] | [[Category:Selenium]] | ||
[[Category:Python]] | |||
[[Category:Ruby]] |
Revision as of 08:30, 31 August 2011
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/