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

      @Deprecated public Command<X> doesNotSendResponse()
      Deprecated.
      Not needed. All CDP commands return something, at least empty map.
      Some CDP commands do not appear to send responses, and so are really hard to deal with. Work around that by flagging those commands.