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 773f9e0 commit 6aa667aCopy full SHA for 6aa667a
java/src/org/openqa/selenium/firefox/FirefoxOptions.java
@@ -62,6 +62,7 @@ public class FirefoxOptions extends AbstractDriverOptions<FirefoxOptions> {
62
public FirefoxOptions() {
63
setCapability(CapabilityType.BROWSER_NAME, FIREFOX.browserName());
64
setAcceptInsecureCerts(true);
65
+ setCapability("moz:debuggerAddress", true);
66
// Firefox 129 onwards the CDP protocol will not be enabled by default. Setting this preference
67
// will enable it.
68
// https://fxdx.dev/deprecating-cdp-support-in-firefox-embracing-the-future-with-webdriver-bidi/.
0 commit comments