java.lang.Object
org.openqa.selenium.devtools.v148.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.
    • disable

      public static org.openqa.selenium.devtools.Command<Void> disable()
      Disables the WebMCP domain.
    • toolsAdded

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

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

      public static org.openqa.selenium.devtools.Event<ToolInvoked> toolInvoked()
    • toolResponded

      public static org.openqa.selenium.devtools.Event<ToolResponded> toolResponded()