Method: Selenium::WebDriver::Firefox::Launcher#find_free_port

Defined in:
lib/selenium/webdriver/firefox/launcher.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]

48
49
50
# File 'lib/selenium/webdriver/firefox/launcher.rb', line 48

def find_free_port
  @port = PortProber.above @port
end