How to upload an extension on Chrome browser with C# xUnit?

What are the steps to upload an extension on Chrome with C#- xUnit?

Hi Alex,

You can add the following syntax to your chrome options:

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