# File lib/selenium/webdriver/firefox/launcher.rb, line 48 def find_free_port port = @port until free_port?(port) port += 1 end @port = port end