java.lang.Object
org.openqa.selenium.devtools.v147.webmcp.WebMCP

@Beta public class WebMCP extends Object
  • Constructor Details

    • WebMCP

      public WebMCP()
  • Method Details

    • enable

      public static org.openqa.selenium.devtools.Command<Void> enable()
      Enables the WebMCP domain, allowing events to be sent. Enabling the domain will trigger a toolsAdded event for all currently registered tools.
    • toolsAdded

      public static org.openqa.selenium.devtools.Event<List<Tool>> toolsAdded()
    • toolsRemoved

      public static org.openqa.selenium.devtools.Event<List<Tool>> toolsRemoved()