1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Rafael Mendonça França 2021-10-14 16:36:56 +00:00 committed by GitHub
parent c27a752a3b
commit 00d46bb012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ require_relative "test_run"
driver = if ARGV[1] driver = if ARGV[1]
capability = ::Selenium::WebDriver::Remote::Capabilities.chrome capability = ::Selenium::WebDriver::Remote::Capabilities.chrome
::Selenium::WebDriver.for(:remote, url: ARGV[1], capabilities: [capability]) ::Selenium::WebDriver.for(:remote, url: ARGV[1], capabilities: [capability])
else else
driver_options = Selenium::WebDriver::Chrome::Options.new driver_options = Selenium::WebDriver::Chrome::Options.new