weluse / django-nose-selenium

Nose plugin for running selenium tests with django support.
http://github.com/weluse/django-nose-selenium
BSD 3-Clause "New" or "Revised" License
43 stars 5 forks source link

selenium.py version #9

Closed akoumjian closed 12 years ago

akoumjian commented 13 years ago

Just had a couple of questions regarding the selenium.py file.

Which version is this running? Why did you opt to embed this version instead of pulling it as a requirement for pip/easy_install?

passy commented 12 years ago

To be honest, I can't really remember why I chose to embed a version instead of requiring one. I think I needed to apply a custom patch to work around a specific edge case.

For the WebDriver-enabled version this will change, however, and I will list selenium as a requirement.