I am performing Playwright Automation test and my website is restricted to Brazil geolocation only. Is there anyway to test my website on LambdaTest?
Alex Walker,
Yes, LambdaTest offers geolocation capability with Playwright using which you can route your traffic from Brazil geolocation.
Syntax:
const capability = {
"browserName": "Chrome",
"browserVersion": "108.0",
"LT:Options": {
"geoLocation": "BR",
"platform": "Windows 10"
}
}