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