This is the P2PU Archive. If you want the current site, go to www.p2pu.org!
You haven't posted any discussions yet.
Doing an internet search I found you can download the Selenium Python Bindings 2.0a5 from Python.org (direct link).
Selenium Python Client Driver is a Python language binding for Selenium Remote Control (version 1.0 and 2.0).
Currently the remote protocol, Firefox and Chrome for Selenium 2.0 are supported, as well as the Selenium 1.0 bindings.
As work will progresses we'll add more "native" drivers.
Hi Erik,
Doing Pip or Easy_install will get the relevant version for you and put it into your python libraries.
Selenium 2.0a5 is fine since there has been a lot of work to make sure that the python bindings are 100% backwards compatible with Selenium 1.
If you don't want to or can't install Selenium you can get the selenium.py file from http://code.google.com/p/selenium/source/browse/trunk/py/selenium/seleni...
I hope that answers your question.
David
Thank you for your advice! I finally used pip to install the python libraries.