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 c84ec6f commit 8dfaae7Copy full SHA for 8dfaae7
1 file changed
java/src/org/openqa/selenium/bidi/script/Message.java
@@ -34,6 +34,7 @@ public static Message fromJson(JsonInput input) {
34
RemoteValue data = null;
35
Source source = null;
36
37
+ input.beginObject();
38
while (input.hasNext()) {
39
switch (input.nextName()) {
40
case "channel":
0 commit comments