Webdriver and Python Bindings
I`m working on some WebDriver stuff and below is quick guide to get you started:
svn checkout http://webdriver.googlecode.com/svn/trunk/ webdriver cd webdriver/ sudo python setup.py install
add the following to make sure you new libs can be found correctly
vi ~/.bashrc export WEBDRIVER=/home/channam/Code/python/webdriver . ~/.bashrc
and you are good to go.

