Skip to content

Instantly share code, notes, and snippets.

@bennid
Created April 19, 2017 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bennid/7135257750b86866c4e40890f04550dd to your computer and use it in GitHub Desktop.
Save bennid/7135257750b86866c4e40890f04550dd to your computer and use it in GitHub Desktop.
Appium 1.6.4 Log swipe hang
2017-04-19 17:18:13:021 - [HTTP] --> POST /wd/hub/session/3388768a-55c3-4a09-979d-1d0b58e45f93/execute {"script":"mobile: swipe","args":[{"direction":"down"}]}
2017-04-19 17:18:13:022 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["mobile: swipe",[{"direction":"down"}],"3388768a-55c3-4a09-979d-1d0b58e45f93"]
2017-04-19 17:18:13:022 - [debug] [XCUITest] Executing command 'execute'
2017-04-19 17:18:13:025 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-04-19 17:18:13:025 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D58B366B-98F4-4CB6-8621-B01B99097CA3/element] with body: {"using":"class name","value":"XCUIElementTypeApplication"}
2017-04-19 17:18:13:314 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"6F7CCB92-3659-4E8C-9F05-4D0F62C1CCCC","type":"XCUIElementTypeApplication","label":"TripAdvisor Owner App"},"sessionId":"D58B366B-98F4-4CB6-8621-B01B99097CA3","status":0}
2017-04-19 17:18:13:317 - [debug] [JSONWP Proxy] Proxying [POST /wda/element/6F7CCB92-3659-4E8C-9F05-4D0F62C1CCCC/swipe] to [POST http://localhost:8100/session/D58B366B-98F4-4CB6-8621-B01B99097CA3/wda/element/6F7CCB92-3659-4E8C-9F05-4D0F62C1CCCC/swipe] with body: {"direction":"down"}
2017-04-19 17:21:31:612 - [iOSLog] [IOS_SYSLOG_ROW] Apr 19 13:21:31 bedouglas-mac routined[8365]: CoreLocation: Error occurred while trying to retrieve motion state update: CMErrorDomain Code:104
2017-04-19 17:22:14:767 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"D58B366B-98F4-4CB6-8621-B01B99097CA3","status":0}
2017-04-19 17:22:14:768 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-04-19 17:22:14:769 - [HTTP] <-- POST /wd/hub/session/3388768a-55c3-4a09-979d-1d0b58e45f93/execute 200 241756 ms - 76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment