Skip to content

Commit b7a3013

Browse files
committed
[java] Avoid augmenting CDP for Firefox
1 parent 0b98c78 commit b7a3013

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

java/src/org/openqa/selenium/devtools/CdpEndpointFinder.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ public static Optional<URI> getReportedUri(Capabilities caps) {
8989
case "msedge":
9090
key = "ms:edgeOptions";
9191
break;
92-
case "firefox":
93-
key = "moz:debuggerAddress";
94-
if (!caps.is("webSocketUrl")) {
95-
LOG.warning(
96-
"CDP support for Firefox is deprecated and will be removed in future versions. "
97-
+ "Please switch to WebDriver BiDi.");
98-
}
99-
break;
10092
default:
10193
return Optional.empty();
10294
}

0 commit comments

Comments
 (0)