Skip to content

Commit bd83aa5

Browse files
committed
[java] Remove debugger address cap from tests
1 parent cfe8467 commit bd83aa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public class FirefoxOptions extends AbstractDriverOptions<FirefoxOptions> {
6262
public FirefoxOptions() {
6363
setCapability(CapabilityType.BROWSER_NAME, FIREFOX.browserName());
6464
setAcceptInsecureCerts(true);
65-
setCapability("moz:debuggerAddress", true);
6665
// Firefox 129 onwards the CDP protocol will not be enabled by default. Setting this preference
6766
// will enable it.
6867
// https://fxdx.dev/deprecating-cdp-support-in-firefox-embracing-the-future-with-webdriver-bidi/.

0 commit comments

Comments
 (0)