i am using appium test on an android environment. I have passed the below desired capabilities:
"desiredCapabilities": {
"acceptInsecureCerts": true,
"acceptSslCerts": true,
"applicationCacheEnabled": false,
"automationName": "XCUITest",
"browserName": "chrome",
"build": "First Test",
"console": "true",
"deviceName": "Galaxy S7",
"enableNetworkThrottling": false,
"extendedDebuging": true
}
However, the session seems to be failing to start. Can anyone suggest what I am doing wrong here?