class Playwright::WebSocket

def url

Contains the URL of the WebSocket.
def url
  wrap_impl(@impl.url)
end