@Beta
public class WebMCP
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static org.openqa.selenium.devtools.Command<Void>
Enables the WebMCP domain, allowing events to be sent.
static org.openqa.selenium.devtools.Event<List<Tool>>
static org.openqa.selenium.devtools.Event<List<Tool>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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.
-
-