Almad / django-sane-testing

Django integration with nose, Selenium and more
https://github.com/Almad/django-sane-testing
Other
59 stars 8 forks source link

Configurable selenium driver class #47

Closed vinilios closed 12 years ago

vinilios commented 12 years ago

It could be useful in some cases for users to extend the selenium driver adding custom helper/shortcut methods. In those cases the user should be able to alter the module/class creation in selenium nose plugin so that his own driver becomes available in selenium test cases.

Almad commented 12 years ago

Thanks for the patch!