Issue installing extension with Selenium remote Firefox webdriver in Saucelabs
Issue Trying to install a Firefox browser extension during remote execution of Selenium tests on Saucelabs. When executing the tests locally, the extension is installed and active in Firefox, but in remote execution on Saucelabs the extension does not appear in the list of installed extensions. Following the steps outlined in this Saucelabs support article . Setup Selenium.Support v2.48.2 or v2.49.0 Selenium.WebDriver v2.48.2 or v2.49.0 Windows 10 or 7 Firefox 43 C# test setup private static FirefoxProfile CreateFirefoxProfile() { FirefoxProfile profile = new FirefoxProfile(); profile