Yak Shaving

just me

Webdriver and Python Bindings

without comments

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.

Written by channam

June 20th, 2009 at 12:51 pm

Posted in Uncategorized

Leave a Reply