BaseBrowserPlugin
Hierarchy
- BaseBrowserPlugin
Index
Methods
__aenter__
Enter the context manager and initialize the browser plugin.
Returns BaseBrowserPlugin
__aexit__
Exit the context manager and close the browser plugin.
Parameters
optionalkeyword-onlyexc_type: type[BaseException] | None
optionalkeyword-onlyexc_value: BaseException | None
optionalkeyword-onlyexc_traceback: TracebackType | None
Returns None
new_browser
Create a new browser instance.
Returns BaseBrowserController
Properties
AUTOMATION_LIBRARY
The name of the automation library that the plugin is managing.
browser_options
Return the options for a new browser.
browser_type
Return the browser type name.
max_open_pages_per_browser
Return the maximum number of pages that can be opened in a single browser.
page_options
Return the options for a new page.
An abstract base class for browser plugins.
Browser plugins act as wrappers around browser automation tools like Playwright, providing a unified interface for interacting with browsers.