Method: Selenium::WebDriver::Chrome::Service#find_free_port
- Defined in:
- lib/selenium/webdriver/chrome/service.rb
permalink #find_free_port ⇒ 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.
93 94 95 |
# File 'lib/selenium/webdriver/chrome/service.rb', line 93 def find_free_port @port = PortProber.above @port end |