class Selenium::WebDriver::WebSocketConnection

def messages

unique within a devtools session.
because its keys are WebSocket message identifiers and they should be
We should be thread-safe to use the hash without synchronization
def messages
  @messages ||= {}
end