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 c24e7a0 commit d5d2d5aCopy full SHA for d5d2d5a
examples/ruby/spec/spec_helper.rb
@@ -42,7 +42,7 @@ def start_session
42
def default_chrome_options
43
options = Selenium::WebDriver::Chrome::Options.new
44
options.browser_version = 'stable'
45
- options.timeouts = {implicit: 1500}
+ options.timeouts = {implicit: 500}
46
options.add_argument('disable-search-engine-choice-screen')
47
options.add_argument('--no-sandbox') if Selenium::WebDriver::Platform.os == :linux
48
options
0 commit comments