Closed dbdr closed 10 years ago
Update, I managed to get it to work after:
diff --git a/requirements.txt b/requirements.txt
index 2934290..2734adb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
nose>=1.0.0
-selenium==2.8.1
+selenium==2.33.0
unittest2==0.5.1
PIL
Thanks. That worked for me too
The new version of Needle doesn't require using the Selenium server any more. If you still face similar issues using WebDriver, make sure to update your 'selenium' package to its latest version for good measure.
Hi,
I tried to use needle following the instructions on: http://needle.readthedocs.org/en/latest/
This is what I get:
Am I doing something wrong?
By the way, the docs say: "Download selenium-server-standalone-2.8.0.jar. By default, Selenium requires Firefox 4." so I tried with those versions (and recent versions too). Is this a hard requirement or are newer versions supported too?