django-sane-testing
django-sane-testing copied to clipboard
Support for Selenium 2
trafficstars
Selenium 2 is coming, with better architecture and a lot of hotness.
See for viable use-cases and add support for it.
Did something happen here since you reported the ticket? Selenium2 is out, but on django-sane-testing's side?
No -- we are still using Selenium 1, as we have to upgrade our infrastructure...and I have not yet taken deeper look on new API.
Quick look reveals http://pypi.python.org/pypi/selenium , so it should be fairly straightforward...I'd say nothing more should be needed except adding it as an optional dependency and probably adding webdriver under self.webdriver.
Can You verify, please?