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 c835c61 commit 748e9feCopy full SHA for 748e9fe
examples/ruby/spec/browsers/chrome_spec.rb
@@ -36,7 +36,7 @@
36
options = Selenium::WebDriver::Options.chrome
37
38
options.add_extension(extension_file_path)
39
- options.add_argument('--disable-features=DisableLoadExtensionCommandLineSwitch');
+ options.add_argument('--disable-features=DisableLoadExtensionCommandLineSwitch')
40
41
@driver = Selenium::WebDriver.for :chrome, options: options
42
@driver.get('https://www.selenium.dev/selenium/web/blank.html')
0 commit comments