We have to set device language as “English (US)” which capability should we pass to achieve this?
Hi Brett M,
Please use the below capabilities:
capabilities.setCapability("language", "en");
capabilities.setCapability("locale", "en");
We have to set device language as “English (US)” which capability should we pass to achieve this?
Hi Brett M,
Please use the below capabilities:
capabilities.setCapability("language", "en");
capabilities.setCapability("locale", "en");