WebDriver.extension.install

def install(self) -> None

Install browser extension.

Remarks:

  • Before installing extension, make sure the related browsers are closed.
  • When extension is installed successfully, you should enable the extension manually.
  • Refrenece: Install extensions from vscode.

Example:


from clicknium import clicknium as cc

# install chrome extension
cc.chrome.extension.install()

# install edge extension
cc.edge.extension.install()

# install firefox extension
cc.firefox.extension.install()

PreviousWebExtensionNextupdate

What are your feelings
Updated on 29 August 2023