Interface HasExtensions
- All Known Implementing Classes:
FirefoxDriver
Used by classes to indicate that they can install and uninstall browser extensions on the fly.
-
Method Summary
Modifier and TypeMethodDescriptioninstallExtension(Path path) Installs an extension.installExtension(Path path, Boolean temporary) voiduninstallExtension(String extensionId) Uninstall the extension by the given identifier.
-
Method Details
-
installExtension
-
installExtension
-
uninstallExtension
Uninstall the extension by the given identifier. This value can be found in the extension's manifest, and typically ends with "@mozilla.org".- Parameters:
extensionId- The unique extension identifier returned by {installExtension(Path)}
-