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

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

.default_serviceObject

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.



27
28
29
# File 'lib/selenium/webdriver/chrome/service.rb', line 27

def self.default_service
  new executable_path, PortProber.random
end