Selenium Notes
Check out:
Selenium IDE
WebKitDriver
Installing
Needed 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
required Packages
- http://pypi.python.org/simple/setuptools/
- http://pypi.python.org/simple/pip/
- http://pypi.python.org/simple/virtualenv/