Class Command<X>

java.lang.Object
org.openqa.selenium.devtools.Command<X>

public class Command<X> extends Object
  • Constructor Details

  • Method Details

    • getMethod

      public String getMethod()
    • getParams

      public Map<String,Object> getParams()
    • getSendsResponse

      public boolean getSendsResponse()
    • doesNotSendResponse

      public Command<X> doesNotSendResponse()
      Some CDP commands do not appear to send responses, and so are really hard to deal with. Work around that by flagging those commands.