| __init__(self, ChannelOwner parent, str type, str guid, Dict initializer) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| __repr__(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| _base_url (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _browser (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _clock (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _close_reason (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _closing_or_closed (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _dispatcher_fiber (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _dispose_har_routers(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _effective_close_reason(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _har_routers (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _initialize_har_from_options(self, Optional[Union[Path, str]] record_har_path, Optional[HarContentPolicy] record_har_content, Optional[bool] record_har_omit_content, Optional[Union[Pattern[str], str]] record_har_url_filter, Optional[HarMode] record_har_mode) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _loop (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_binding(self, BindingCall binding_call) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_close(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_console_message(self, Dict event) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_dialog(self, Dialog dialog) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_page(self, Page page) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_page_error(self, Error error, Optional[Page] page) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_request(self, Request request, Optional[Page] page) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_request_failed(self, Request request, float response_end_timing, Optional[str] failure_text, Optional[Page] page) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_request_finished(self, Request request, Optional[Response] response, float response_end_timing, Optional[Page] page) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_response(self, Response response, Optional[Page] page) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_route(self, Route route) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_service_worker(self, Worker worker) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _on_web_socket_route(self, WebSocketRoute web_socket_route) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _record_into_har(self, Union[Path, str] har, Optional[Page] page=None, Union[Pattern[str], str] url=None, HarContentPolicy update_content=None, HarMode update_mode=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _routes (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _service_workers (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _set_default_navigation_timeout_impl(self, Optional[float] timeout) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _set_default_timeout_impl(self, Optional[float] timeout) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _timeout_settings (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _tracing (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _unroute_internal(self, List[RouteHandler] removed, List[RouteHandler] remaining, Literal["default", "ignoreErrors", "wait"] behavior=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _update_interception_patterns(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| _update_web_socket_interception_patterns(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | protected |
| add_cookies(self, Sequence[SetCookieParam] cookies) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| add_init_script(self, str script=None, Union[str, Path] path=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| background_pages(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| browser(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| clear_cookies(self, Union[str, Pattern[str]] name=None, Union[str, Pattern[str]] domain=None, Union[str, Pattern[str]] path=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| clear_permissions(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| clock(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| close(self, str reason=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| cookies(self, Union[str, Sequence[str]] urls=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| Events (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | static |
| expect_console_message(self, Callable[[ConsoleMessage], bool] predicate=None, float timeout=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| expect_event(self, str event, Callable predicate=None, float timeout=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| expect_page(self, Callable[[Page], bool] predicate=None, float timeout=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| expose_binding(self, str name, Callable callback, bool handle=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| expose_function(self, str name, Callable callback) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| grant_permissions(self, Sequence[str] permissions, str origin=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| new_cdp_session(self, Union[Page, Frame] page) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| new_page(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| pages(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| request(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| route(self, URLMatch url, RouteHandlerCallback handler, int times=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| route_from_har(self, Union[Path, str] har, Union[Pattern[str], str] url=None, RouteFromHarNotFoundPolicy notFound=None, bool update=None, Literal["attach", "embed"] updateContent=None, HarMode updateMode=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| route_web_socket(self, URLMatch url, WebSocketRouteHandlerCallback handler) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| service_workers(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| set_default_navigation_timeout(self, float timeout) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| set_default_timeout(self, float timeout) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| set_extra_http_headers(self, Dict[str, str] headers) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| set_geolocation(self, Geolocation geolocation=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| set_offline(self, bool offline) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| storage_state(self, Union[str, Path] path=None, bool indexedDB=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| tracing(self) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| unroute(self, URLMatch url, Optional[RouteHandlerCallback] handler=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| unroute_all(self, Literal["default", "ignoreErrors", "wait"] behavior=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |
| wait_for_event(self, str event, Callable predicate=None, float timeout=None) (defined in playwright._impl._browser_context.BrowserContext) | playwright._impl._browser_context.BrowserContext | |