A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://playwright.dev/python/docs/api/class-websocket below:

WebSocket | Playwright Python

WebSocket

The WebSocket class represents WebSocket connections within a page. It provides the ability to inspect and manipulate the data being transmitted and received.

If you want to intercept or modify WebSocket frames, consider using WebSocketRoute.

Methods expect_eventAdded before v1.9 webSocket.expect_event

Waits for event to fire and passes its value into the predicate function. Returns when the predicate returns truthy value. Will throw an error if the webSocket is closed before the event is fired. Returns the event data value.

Usage

web_socket.expect_event(event)
web_socket.expect_event(event, **kwargs)

Arguments

Returns

wait_for_eventAdded before v1.9 webSocket.wait_for_event

Waits for given event to fire. If predicate is provided, it passes event's value into the predicate function and waits for predicate(event) to return a truthy value. Will throw an error if the socket is closed before the event is fired.

Usage

web_socket.wait_for_event(event)
web_socket.wait_for_event(event, **kwargs)

Arguments

Returns

Properties is_closedAdded before v1.9 webSocket.is_closed

Indicates that the web socket has been closed.

Usage

Returns

urlAdded before v1.9 webSocket.url

Contains the URL of the WebSocket.

Usage

Returns

Events on("close")Added before v1.9 webSocket.on("close")

Fired when the websocket closes.

Usage

web_socket.on("close", handler)

Event data

on("framereceived")Added in: v1.9 webSocket.on("framereceived")

Fired when the websocket receives a frame.

Usage

web_socket.on("framereceived", handler)

Event data

on("framesent")Added in: v1.9 webSocket.on("framesent")

Fired when the websocket sends a frame.

Usage

web_socket.on("framesent", handler)

Event data

on("socketerror")Added in: v1.9 webSocket.on("socketerror")

Fired when the websocket has an error.

Usage

web_socket.on("socketerror", handler)

Event data


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4