Method: Selenium::WebDriver::Chrome::Service#find_free_port

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

#find_free_portObject

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]

93
94
95
# File 'lib/selenium/webdriver/chrome/service.rb', line 93

def find_free_port
  @port = PortProber.above @port
end