We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2d3c9 commit cea7bf1Copy full SHA for cea7bf1
examples/ruby/spec/spec_helper.rb
@@ -37,9 +37,10 @@ def start_session
37
38
def default_chrome_options
39
options = Selenium::WebDriver::Chrome::Options.new
40
+ options.browser_version = 'stable'
41
+ options.timeouts = {implicit: 1}
42
options.add_argument('disable-search-engine-choice-screen')
43
options.add_argument('--no-sandbox') if Selenium::WebDriver::Platform.os == :linux
- options.browser_version = 'stable'
44
options
45
end
46
0 commit comments