Class Extensions
java.lang.Object
org.openqa.selenium.devtools.v126.extensions.Extensions
Defines commands and events for browser extensions. Available if the client
is connected using the --remote-debugging-pipe flag and
the --enable-unsafe-extension-debugging flag is set.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<String>
loadUnpacked
(String path) Installs an unpacked extension from the filesystem similar to --load-extension CLI flags.
-
Constructor Details
-
Extensions
public Extensions()
-
-
Method Details
-
loadUnpacked
Installs an unpacked extension from the filesystem similar to --load-extension CLI flags. Returns extension ID once the extension has been installed.
-