Package org.openqa.selenium.devtools
Class Command<X>
java.lang.Object
org.openqa.selenium.devtools.Command<X>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSome CDP commands do not appear to send responses, and so are really hard to deal with.boolean
-
Constructor Details
-
Command
-
Command
-
Command
-
-
Method Details
-
getMethod
-
getParams
-
getSendsResponse
public boolean getSendsResponse() -
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.
-