Difference between revisions of "Selenium Notes"

From PeformIQ Upgrade
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 3: Line 3:
* http://code.google.com/p/selenium/
* http://code.google.com/p/selenium/
* http://seleniumhq.org/download/
* http://seleniumhq.org/download/
* http://code.google.com/p/selenium/wiki/NextSteps
=Selenium IDE=
* http://code.google.com/p/selenium/wiki/SeIDEReleaseNotes


=WebKitDriver=
=WebKitDriver=


* http://code.google.com/p/webkitdriver/
* http://code.google.com/p/webkitdriver/wiki/ProgrammerGuide
* http://code.google.com/p/webkitdriver/wiki/ProgrammerGuide
=Installing=
Needed [[Installing_PIP|pip]] which needed easy_install
Also need to be able to get through proxy.  So you might want to define the following environment variable.
  export http_proxy=http://username:password:PROXY:8080/
=Python Notes=
See [[Python - setuptools]]
==required Packages==
* http://pypi.python.org/simple/setuptools/
* http://pypi.python.org/simple/pip/
* http://pypi.python.org/simple/virtualenv/
===virtualenv===
* http://www.virtualenv.org/en/latest/index.html
===Setuptools===
=Ruby Notes=


[[Category:Selenium]]
[[Category:Selenium]]
[[Category:Python]]
[[Category:Ruby]]

Latest revision as of 10:52, 4 January 2012