How do I pass Chrome options for C# xUnit?

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