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
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/
