We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dad42 commit 935226bCopy full SHA for 935226b
rb/lib/selenium/webdriver/common/selenium_manager.rb
@@ -34,7 +34,7 @@ class << self
34
# @return [String] the path to the correct driver.
35
def driver_path(driver_name)
36
@driver_path ||= begin
37
- unless %w[chromedriver geckodriver msedgedriver IEDriverServer.exe].include?(driver_name)
+ unless %w[chromedriver geckodriver msedgedriver IEDriverServer].include?(driver_name)
38
msg = "Unable to locate driver with name: #{driver_name}"
39
raise Error::WebDriverError, msg
40
end
0 commit comments