| __init__(self, Any dispatcher_fiber, Callable[[ChannelOwner, str, str, Dict], ChannelOwner] object_factory, Transport transport, asyncio.AbstractEventLoop loop, Optional["LocalUtils"] local_utils=None) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| _closed_error (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _create_remote_object(self, ChannelOwner parent, str type, str guid, Dict initializer) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _dispatcher_fiber (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _error (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _init_task (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _is_sync (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _last_id (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _loop (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _object_factory (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _on_event_listener_error(self, BaseException exc) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _replace_channels_with_guids (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _replace_channels_with_guids(self, Any payload) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _replace_guids_with_channels (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _replace_guids_with_channels(self, Any payload) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _root_object (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _send_message_to_server(self, ChannelOwner object, str method, Dict params, bool no_reply=False) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _tracing_count (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| _transport (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | protected |
| call_on_object_with_known_name(self, str guid, Callable[[ChannelOwner], None] callback) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| cleanup(self, str cause=None) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| dispatch(self, ParsedMessagePayload msg) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| is_remote (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| local_utils(self) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| mark_as_remote(self) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| run(self) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| run_as_sync(self) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| set_is_tracing(self, bool is_tracing) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| stop_async(self) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| stop_sync(self) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| wrap_api_call(self, Callable[[], Any] cb, bool is_internal=False, str title=None) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |
| wrap_api_call_sync(self, Callable[[], Any] cb, bool is_internal=False, str title=None) (defined in playwright._impl._connection.Connection) | playwright._impl._connection.Connection | |