We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SeleniumHQ
Learn more about funding links in repositories.
Report abuse
1 parent 46baed7 commit 00de9e7Copy full SHA for 00de9e7
examples/ruby/spec/drivers/remote_webdriver_spec.rb
@@ -7,7 +7,9 @@
7
let(:target_directory) { File.join(Dir.tmpdir, SecureRandom.uuid) }
8
let(:wait) { Selenium::WebDriver::Wait.new(timeout: 2) }
9
let(:server) do
10
- Selenium::Server.get(:latest,
+ Selenium::WebDriver.logger.level = :debug
11
+ jar = Selenium::WebDriver::SeleniumManager.binary_paths('--grid')['driver_path']
12
+ Selenium::Server.new(jar,
13
background: true,
14
args: %w[--selenium-manager true --enable-managed-downloads true])
15
end
0 commit comments