Skip to content
Snippets Groups Projects
Unverified Commit e2750dbd authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[Misc] Workaround a regression in Firefox

(cherry picked from commit fa46bfe8)
parent f24983e2
No related branches found
No related tags found
Loading
......@@ -100,6 +100,8 @@ private static FirefoxOptions buildFirefoxOptions()
}
// We want to ensure that those events are taking into account.
options.addPreference("dom.disable_beforeunload", false);
// Workaround for https://github.com/mozilla/geckodriver/issues/2212
options.addPreference("remote.events.async.enabled", false);
return options;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment