Class ToolInvoked

java.lang.Object
org.openqa.selenium.devtools.v150.webmcp.model.ToolInvoked

public class ToolInvoked extends Object
Event fired when a tool invocation starts.
  • Constructor Details

  • Method Details

    • getToolName

      public String getToolName()
      Name of the tool to invoke.
    • getFrameId

      public FrameId getFrameId()
      Frame id
    • getInvocationId

      public String getInvocationId()
      Invocation identifier.
    • getInput

      public String getInput()
      The input parameters used for the invocation.