selenium.webdriver.common.bidi.webextension¶
Classes
|
BiDi implementation of the webExtension module. |
- class selenium.webdriver.common.bidi.webextension.WebExtension(conn)[source]¶
BiDi implementation of the webExtension module.
- install(path=None, archive_path=None, base64_value=None) dict[source]¶
Installs a web extension in the remote end.
You must provide exactly one of the parameters.
- Args:
path: Path to an extension directory. archive_path: Path to an extension archive file. base64_value: Base64 encoded string of the extension archive.
- Returns:
A dictionary containing the extension ID.