Please help me with passing chrome options for NUnit?
Hi Ana,
You can add the syntax below to pass chrome options :
ChromeOptions capabilities = new ChromeOptions();
capabilities.BrowserVersion = "103.0";
Please help me with passing chrome options for NUnit?
Hi Ana,
You can add the syntax below to pass chrome options :
ChromeOptions capabilities = new ChromeOptions();
capabilities.BrowserVersion = "103.0";