(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Mon, 16 Oct 2017 10:54:10 +0000 (12:54 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Mon, 16 Oct 2017 10:54:10 +0000 (12:54 +0200)
phork0.rst

index ccf3e4df3bf8787cbd274416fc673c9d8e128071..ba2a3b97624dab1f50d35a6b5145d8ff8af13ec4 100644 (file)
@@ -16,10 +16,6 @@ Error: Unable to create new service: GeckoDriverService
 \r
 Reason\r
 ======\r
-Selenium server does not know where to find the firefox binary (even though it is in ``$PATH`` and in the standard ``/usr/bin/firefox`` on Ubuntu 17.04)\r
+Selenium server does not know where to find the firefox *gecko driver* binary.\r
 \r
-Solution\r
-========\r
-Pass the firefox path when starting selenium server::\r
-\r
- $ java -jar -Dwebdriver.gecko.driver=/usr/bin/firefox selenium-server-standalone-3.6.0.jar\r
+Note that you CANNOT simple use /usr/bin/firefox, you need https://github.com/mozilla/geckodriver/
\ No newline at end of file