Method: Playwright::WebSocket#url

Defined in:
lib/playwright_api/web_socket.rb

#urlObject

Contains the URL of the WebSocket.



16
17
18
# File 'lib/playwright_api/web_socket.rb', line 16

def url
  wrap_impl(@impl.url)
end