BrowserBrowser.installExtensionVersion: NextOn this pageBrowser.installExtension() method Installs an extension and returns the ID. Signature class Browser { abstract installExtension(path: string): Promise<string>;} Parameters ParameterTypeDescriptionpathstring Returns: Promise<string>