We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bfd40 commit 1eb7008Copy full SHA for 1eb7008
rb/lib/selenium/webdriver/firefox/service.rb
@@ -24,7 +24,7 @@ module Firefox
24
25
class Service < WebDriver::Service
26
DEFAULT_PORT = 4444
27
- @executable = 'geckodriver*'.freeze
+ @executable = 'geckodriver'.freeze
28
@missing_text = <<-ERROR.gsub(/\n +| {2,}/, ' ').freeze
29
Unable to find Mozilla geckodriver. Please download the server from
30
https://github.com/mozilla/geckodriver/releases and place it somewhere on your PATH.
0 commit comments