We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe0628 commit 22989d0Copy full SHA for 22989d0
java/src/org/openqa/selenium/firefox/GeckoDriverInfo.java
@@ -57,7 +57,7 @@ public boolean isSupporting(Capabilities capabilities) {
57
58
@Override
59
public boolean isSupportingCdp() {
60
- return true;
+ return false;
61
}
62
63
0 commit comments