Can I set chrome’s language for NUnit?
Hi Ana,
You can add the syntax below to set language in Chrome:
var chromeOptions = new ChromeOptions(); chromeOptions.AddArgument("--lang=en-GB");
You can get the list of language code here.