Skip to content

Commit 935226b

Browse files
committed
[rb] Selenium Manager wrapper is adding exe twice
1 parent 55dad42 commit 935226b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/common/selenium_manager.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class << self
3434
# @return [String] the path to the correct driver.
3535
def driver_path(driver_name)
3636
@driver_path ||= begin
37-
unless %w[chromedriver geckodriver msedgedriver IEDriverServer.exe].include?(driver_name)
37+
unless %w[chromedriver geckodriver msedgedriver IEDriverServer].include?(driver_name)
3838
msg = "Unable to locate driver with name: #{driver_name}"
3939
raise Error::WebDriverError, msg
4040
end

0 commit comments

Comments
 (0)