Skip to content

Commit

Permalink
Changed install_dir method of Chromedriver to setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstuckey-uoe committed Oct 6, 2023
1 parent 35e8f25 commit cc9c893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
chrome_driver_version = '114.0.5735.90'

# set the chrome-driver version
Selenium::WebDriver::Chrome.driver_path = Webdrivers::Chromedriver.install_dir(chrome_driver_version)
Selenium::WebDriver::Chrome.driver_path = Webdrivers::Chromedriver.setup(chrome_driver_version)

# Cache for one hour
Webdrivers.cache_time = 3600
Expand Down

0 comments on commit cc9c893

Please sign in to comment.