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
1 changed files with 1 additions and 1 deletions

View File

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