Skip to content

Commit d61c780

Browse files
committed
[cdp] Actually set the CDP version. *ahem*
1 parent 68b1be3 commit d61c780

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java/client/src/org/openqa/selenium/devtools/v87/V87CdpInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
public class V87CdpInfo extends CdpInfo {
2525

2626
public V87CdpInfo() {
27-
super(86, V87Domains::new);
27+
super(87, V87Domains::new);
2828
}
2929
}

java/client/src/org/openqa/selenium/devtools/v88/V88CdpInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
public class V88CdpInfo extends CdpInfo {
2525

2626
public V88CdpInfo() {
27-
super(86, V88Domains::new);
27+
super(88, V88Domains::new);
2828
}
2929
}

java/client/src/org/openqa/selenium/devtools/v89/V89CdpInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
public class V89CdpInfo extends CdpInfo {
2525

2626
public V89CdpInfo() {
27-
super(86, V89Domains::new);
27+
super(89, V89Domains::new);
2828
}
2929
}

0 commit comments

Comments
 (0)