]ANN] Selenium Python bindings dev-9231

Miki miki.tebeka at gmail.com
Wed Jul 7 07:21:00 CEST 2010


Hello All,

The latest version of Selenium Python bindings (dev-9231 on PyPI)
includes the "native" Firefox driver.

You can now can do:

    from selenium import get_driver, FIREFOX
    driver = get_driver(FIREFOX)
    driver.get("http://www.google.com")
    ...

To get the latest version, just run "easy_install -U selenium".

Happy testing,
--
Miki


More information about the Python-announce-list mailing list