Class ToolInvoked
java.lang.Object
org.openqa.selenium.devtools.v150.webmcp.model.ToolInvoked
Event fired when a tool invocation starts.
-
Constructor Summary
ConstructorsConstructorDescriptionToolInvoked(String toolName, FrameId frameId, String invocationId, String _input) -
Method Summary
Modifier and TypeMethodDescriptionFrame idgetInput()The input parameters used for the invocation.Invocation identifier.Name of the tool to invoke.
-
Constructor Details
-
ToolInvoked
-
-
Method Details
-
getToolName
Name of the tool to invoke. -
getFrameId
Frame id -
getInvocationId
Invocation identifier. -
getInput
The input parameters used for the invocation.
-