java.lang.Object
org.openqa.selenium.devtools.v126.extensions.Extensions

@Beta public class Extensions extends Object
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 Details

    • Extensions

      public Extensions()
  • Method Details

    • loadUnpacked

      public static org.openqa.selenium.devtools.Command<String> loadUnpacked(String path)
      Installs an unpacked extension from the filesystem similar to --load-extension CLI flags. Returns extension ID once the extension has been installed.