How to upload an extension on Chrome browser with MSTest?

Can I upload an extension on Chrome with MSTest?

Hi Tom,

You can add the following syntax:

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