Class ExtensionInfo
java.lang.Object
org.openqa.selenium.devtools.v147.extensions.model.ExtensionInfo
Detailed information about an extension.
-
Constructor Details
-
ExtensionInfo
-
-
Method Details
-
getId
Extension id. -
getName
Extension name. -
getVersion
Extension version. -
getPath
The path from which the extension was loaded. -
getEnabled
Extension enabled status.
-