How do I pass Chrome options for C# MSTest?

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