Skip to content

Commit 22989d0

Browse files
committed
Remove CDP support for Firefox browser SeleniumHQ#11736
As the CDP is depricated in the firefox browser to be moving to BiDi protocol
1 parent 1fe0628 commit 22989d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/firefox/GeckoDriverInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public boolean isSupporting(Capabilities capabilities) {
5757

5858
@Override
5959
public boolean isSupportingCdp() {
60-
return true;
60+
return false;
6161
}
6262

6363
@Override

0 commit comments

Comments
 (0)