Method: Selenium::WebDriver::Firefox::Launcher#find_free_port
- Defined in:
- lib/selenium/webdriver/firefox/launcher.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.
48 49 50 |
# File 'lib/selenium/webdriver/firefox/launcher.rb', line 48 def find_free_port @port = PortProber.above @port end |