Skip to content

Commit

Permalink
[rb] fix broken references
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 3, 2024
1 parent cc2bc21 commit e31f1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/common/selenium_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def validate_location(location)
begin
Platform.assert_executable(location)
rescue Error::WebDriverError => e
raise Error::WebDriverError, "#{exe} located, but has problems: #{e.message}"
raise Error::WebDriverError, "Selenium Manager binary located, but has problems: #{e.message}"
end

WebDriver.logger.debug("Selenium Manager binary found at #{location}", id: :selenium_manager)
Expand Down

0 comments on commit e31f1c3

Please sign in to comment.