Class Command<X>
java.lang.Object
org.openqa.selenium.devtools.Command<X>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Not needed.boolean
-
Constructor Details
-
Command
-
Command
-
Command
-
-
Method Details
-
getMethod
-
getParams
-
getSendsResponse
public boolean getSendsResponse() -
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.
-