How to upload an extension on Chrome browser with NUnit?

What are the ways to upload an extension on Chrome with C#- NUnit?

Hi Tom,

You can add the following syntax to upload an extension:

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