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 5475f31 commit b3f7a8cCopy full SHA for b3f7a8c
examples/ruby/spec/drivers/service_spec.rb
@@ -19,6 +19,8 @@
19
user_data_dir = Dir.mktmpdir('chrome-profile-')
20
options = Selenium::WebDriver::Options.chrome(binary: browser_path)
21
options.add_argument("--user-data-dir=#{user_data_dir}")
22
+ options.add_argument("--no-sandbox")
23
+ options.add_argument("--disable-dev-shm-usage")
24
service = Selenium::WebDriver::Service.chrome
25
26
service.executable_path = driver_path
0 commit comments