How do I pass Chrome options for C# NUnit?

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