class Selenium::WebDriver::WebSocketConnection

def next_id

def next_id
  @id ||= 0
  @id += 1
end