How do I pass latitude and langitude for my WebdriverIO app automation tests on LambdaTest?
Hi Tom Dale,
You can pass the latitude and langitude using the below capabilities:
capabilities: [
{
build: "NodeJS WebDriverIO iOS",
name: "Sample Test - WebDriverIO",
isRealMobile: true,
deviceName: "iPhone 13 Pro",
platformVersion: "15",
platformName: "iOS",
app: "lt://APP10160601531662133370988228",
location: {
"lat": "45.424721",
"long": "-75.695000"
},
},
],