From 4650e1399b250e507f99e18ebcd12e5f4370892d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 16 Oct 2017 12:54:10 +0200 Subject: [PATCH] --- phork0.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/phork0.rst b/phork0.rst index ccf3e4d..ba2a3b9 100644 --- a/phork0.rst +++ b/phork0.rst @@ -16,10 +16,6 @@ Error: Unable to create new service: GeckoDriverService Reason ====== -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) +Selenium server does not know where to find the firefox *gecko driver* binary. -Solution -======== -Pass the firefox path when starting selenium server:: - - $ java -jar -Dwebdriver.gecko.driver=/usr/bin/firefox selenium-server-standalone-3.6.0.jar +Note that you CANNOT simple use /usr/bin/firefox, you need https://github.com/mozilla/geckodriver/ \ No newline at end of file -- 2.30.2