How can I set the browser location to another country or language?
Currently we use https://wonderproxy.com for testing localized content and would like to see if TestProject is an adequate replacement.
How can I set the browser location to another country or language?
Currently we use https://wonderproxy.com for testing localized content and would like to see if TestProject is an adequate replacement.
Hi @christy.laguardia ,
To set the browser to another language, please follow these steps:
Add your desired test that you want to change the browser language to the job that you have created, you can just drag and drop the test there:
Set driver desired capabilities:
Add these capabilities to your job:
{
"browserName": "chrome",
"version": 90,
"goog:chromeOptions": {
"args": [
"--lang=en"
]
}
}
Of course, in your specific test add the language that you desire.
Let me know if you have managed, and if you have any further questions, please let me know