Hierarchy
Index
Methods
Properties
Methods
__aenter__
- async __aenter__(): BrowserPlugin
__aexit__
- async __aexit__(exc_type, exc_value, exc_traceback): None
Parameters
exc_type: type[BaseException] | None
exc_value: BaseException | None
exc_traceback: TracebackType | None
Returns None
new_browser
- async new_browser(): BrowserController
Properties
active
AUTOMATION_LIBRARY
AUTOMATION_LIBRARY: str | None
browser_launch_options
browser_launch_options: Mapping[str, Any]
browser_new_context_options
browser_new_context_options: Mapping[str, Any]
browser_type
max_open_pages_per_browser
max_open_pages_per_browser: int