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