class Selenium::WebDriver::ServiceManager

def socket_lock

def socket_lock
  @socket_lock ||= SocketLock.new(@port - 1, SOCKET_LOCK_TIMEOUT)
end