class Selenium::WebDriver::Manager

def strip_port(str)

def strip_port(str)
  str.split(':', 2).first
end