Method: Selenium::WebDriver::Chrome::Service.default_service

Defined in:
lib/selenium/webdriver/chrome/service.rb

.default_service(*extra_args) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

[View source]

49
50
51
# File 'lib/selenium/webdriver/chrome/service.rb', line 49

def self.default_service(*extra_args)
  new executable_path, DEFAULT_PORT, *extra_args
end