@LambdaTest I have uploaded an app to lambda test and used the app id in lambda test options. When i try to open the application, i get the below error
WebDriverException: Message: POST http://10.100.48.248:5642/v1.0/installapp giving up after 1 attempt(s)
These are the options used
{
"appium:terminal": true,
"appium:console": true,
"appium:devicelog": true,
"LT:Options": {
"w3c": true,
"platformName": "android",
"deviceName": "Pixel 3",
"platformVersion": "9",
"isRealMobile": true,
"app": "*******",
"build": "Blocks Android App Tests 2024-11-26 18:34:17 173",
"name": "Verify Landing Page"
}
}
Can you please help me?