class Selenium::WebDriver::ServiceManager

def find_free_port

def find_free_port
  @port = PortProber.above(@port)
end