| __init__(self, ChannelOwner parent, str type, str guid, Dict initializer) (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | |
| __repr__(self) (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | |
| _is_closed (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | protected |
| _on_close(self) (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | protected |
| _on_frame_received(self, int opcode, str data) (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | protected |
| _on_frame_sent(self, int opcode, str data) (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | protected |
| _page (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | protected |
| Events (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | static |
| expect_event(self, str event, Callable predicate=None, float timeout=None) (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | |
| is_closed(self) (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | |
| url(self) (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | |
| wait_for_event(self, str event, Callable predicate=None, float timeout=None) (defined in playwright._impl._network.WebSocket) | playwright._impl._network.WebSocket | |