I am trying to run my test which is running on VM machine located at France through Azure Devops Pipeline. Now I have applied all my locator strategy to find elements as per English language because in local browser, the language is English.
I tried couple of options like ```
case "Chrome":
ChromeOptions chromeOptions=new ChromeOptions();
//chromeOptions.addArguments("--headless");
chromeOptions.addArguments("−−lang=en-US");
but still this doesn't change the browser language