How to upload an extension on Firefox browser with C# NUnit?

What are the steps to upload an extension on Firefox with C#- NUnit ?

Hi Alex,

To upload an extension in Firefox browser, you can add the command below:

FirefoxOptions options = new FirefoxOptions();
options.addArguments("load-extension=/path/to/extension");