What are the steps to upload an extension on Firefox with C# MSTest?
Hi Alex,
To upload an extension in Firefox, you can add the command below:
FirefoxOptions options = new FirefoxOptions();
options.addArguments("load-extension=/path/to/extension");