We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a63077 commit 377b8bbCopy full SHA for 377b8bb
java/client/src/org/openqa/selenium/devtools/Command.java
@@ -34,7 +34,7 @@ public class Command<X> {
34
private final boolean sendsResponse;
35
36
public Command(String method, Map<String, Object> params) {
37
- this(method, params, Void.class);
+ this(method, params, Object.class);
38
}
39
40
public Command(String method, Map<String, Object> params, Type typeOfX) {
0 commit comments