Class RemovedTool

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

public class RemovedTool extends Object
Definition of a tool that was removed.
  • Constructor Details

    • RemovedTool

      public RemovedTool(String name, FrameId frameId)
  • Method Details

    • getName

      public String getName()
      Tool name.
    • getFrameId

      public FrameId getFrameId()
      Frame identifier associated with the tool registration.