This is the P2PU Archive. If you want the current site, go to www.p2pu.org!

Learning Web UI Automation

My recent threads

You haven't posted any discussions yet.

Recently updated threads

Where to find (and download) the Python Bindings for Selenium

Go back to: General discussion

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.

David Burns's picture
David Burns
Tue, 2011-01-11 14:51

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

Erik Anderson's picture
Erik Anderson
Wed, 2011-01-12 06:25

Thank you for your advice! I finally used pip to install the python libraries.