How to upload an extension on Firefox browser with xUnit?

Can I upload an extension on Firefox with C#- xUnit?

Hi Brett,

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

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