I\'m running Selenium 2.x with Firefox 47.0.2 on Windows Server 2008R2 using .Net. I\'m running x64 code.
I\'m trying to upgrade to Selenium 3.40 + geckdriver 0.18.
Found a workaround for the WebDriver close + Firefox crash problem. Do this:
firefoxOptions.addPreference("browser.tabs.remote.autostart", false); firefoxOptions.addPreference("browser.tabs.remote.autostart.1", false); firefoxOptions.addPreference("browser.tabs.remote.autostart.2", false);
Using
Sources:
Stackoverflow and Github