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 0b98c78 commit b7a3013Copy full SHA for b7a3013
java/src/org/openqa/selenium/devtools/CdpEndpointFinder.java
@@ -89,14 +89,6 @@ public static Optional<URI> getReportedUri(Capabilities caps) {
89
case "msedge":
90
key = "ms:edgeOptions";
91
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;
100
default:
101
return Optional.empty();
102
}
0 commit comments