Please help me with how I can pass Chrome options for xUnit?
Hi Helen,
You can add the syntax below to pass chrome options for xUnit:
ChromeOptions capabilities = new ChromeOptions();
capabilities.BrowserVersion = "99.0";
Please help me with how I can pass Chrome options for xUnit?
Hi Helen,
You can add the syntax below to pass chrome options for xUnit:
ChromeOptions capabilities = new ChromeOptions();
capabilities.BrowserVersion = "99.0";