Please help me with how I can pass chrome options for MSTest.
Hi Ana,
You can add the syntax below to pass chrome options :
ChromeOptions capabilities = new ChromeOptions();
capabilities.BrowserVersion = "100.0";
Please help me with how I can pass chrome options for MSTest.
Hi Ana,
You can add the syntax below to pass chrome options :
ChromeOptions capabilities = new ChromeOptions();
capabilities.BrowserVersion = "100.0";