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");
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");