JSONWP Proxy] Got response with status 200: “{\n “value” : {\n “state” : “success”,\n “os” : {\n “name” : “iOS”,\n “version” : “10.2”\n },\n “ios” : {\n “simulatorVersion” : “10.2”,\n “ip” : “10.5.71.18”\n },\n “build” : {\n “time” : “Sep 28 2017 18:46:22”\n }\n },\n “sessionId” : “413D61C0-0D5D-47CC-8B53-B266472696DF”,\n “status” : 0\n}”
[XCUITest] WebDriverAgent running on ip ‘10.5.71.18’
[XCUITest] WebDriverAgent successfully started after 21889ms
[BaseDriver] Event ‘wdaSessionAttempted’ logged at 1506658874237 (09:51:14 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“xxxxxxxx”,“arguments”:[],“environment”:{},“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}
After the above log it got stucked… its not able to create WDA session
Capabilities used:
“platformName”: “iOS”,
“udid”: “xxxxxxxxxxxx",
“applicationName”: “XCUITest”,
“platformVersion”: “10.2”,
“bundleID”: “xxxxxxx”,
“deviceName”: “xxxxxxxx”,
“browserName”: “xxxxxxxxx”,
“AutomationName”: “XCUITest”,
“app”: “/Users/kishore/Desktop/ipa/xxxx.ipa”,
“noReset”: false,
“showXcodeLog”: true,
“xcodeOrgId”: “xxxxx”,
“xcodeSigningId”: “iPhone Developer”,
“useNewWDA”: false,
“bootstrapPath”: “/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”,
“agentPath”: “/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj”,
“automationName”: “XCUITest”
}