Web browser automation testing using Selenium and Python

Recently Selenium 2 has released with it's new WebDriver technology. Selenium WebDriver supports multiple web browsers like Firefox, Chrome and IE. Selenium WebDriver communicate with browser through its native API. Selenium Python bindings provide a convenient API to access functionalities of Selenium.

Recently I started writing some documentation for Selenium Python bindings. It still need lots of work, but now it would be good enough to start with Selenium. I am looking forward to your feedback!

EDIT (September 30 2011): The documentation has been moved to readthedocs site. And the source is hosted in Github.

Popular posts from this blog

Some thoughts on Python 3 adoption

PyCon India 2014 received 143 proposals

getdefault method for python dictionary