class Selenium::WebDriver::PortProber

def self.above(port)

def self.above(port)
  port += 1 until free? port
  port
end