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 d621b86 commit 6038e95Copy full SHA for 6038e95
1 file changed
java/src/org/openqa/selenium/firefox/FirefoxOptions.java
@@ -64,7 +64,6 @@ public class FirefoxOptions extends AbstractDriverOptions<FirefoxOptions> {
64
public FirefoxOptions() {
65
setCapability(CapabilityType.BROWSER_NAME, FIREFOX.browserName());
66
setAcceptInsecureCerts(true);
67
- addPreference("remote.active-protocols", 2);
68
setCapability("moz:debuggerAddress", true);
69
}
70
0 commit comments