Skip to content

Commit

Permalink
Configure selenium to use Chrome version 120 (#29038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Feb 1, 2024
1 parent 812a131 commit 8b7b0ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/capybara.rb
Expand Up @@ -14,6 +14,7 @@
options = Selenium::WebDriver::Chrome::Options.new
options.add_argument '--headless=new'
options.add_argument '--window-size=1680,1050'
options.browser_version = '120'

Capybara::Selenium::Driver.new(
app,
Expand Down

0 comments on commit 8b7b0ee

Please sign in to comment.