Skip to content

Instantly share code, notes, and snippets.

@amokmen
Created January 24, 2019 16:03
Show Gist options
  • Save amokmen/a3aa488722d7841e61ed64b7a5493bd6 to your computer and use it in GitHub Desktop.
Save amokmen/a3aa488722d7841e61ed64b7a5493bd6 to your computer and use it in GitHub Desktop.
Appium log with Good reaction to performTouch
...
[2019-01-24 06:32:10][HTTP] {"actions":[{"action":"press","options":{"x":972,"y":897}},{"action":"wait","options":{"mseconds":0}},{"action":"moveTo","options":{"x":108,"y":897}},{"action":"release"}]}
[2019-01-24 06:32:10][W3C (513b10f6)] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":972,"y":897}},{"action":"wait","options":{"mseconds":0}},{"action":"moveTo","options":{"x":108,"y":897}},{"action":"release"}],"513b10f6-fb33-433e-a377-c3cfae8e7e0a"]
[2019-01-24 06:32:10][JSONWP Proxy] Matched '/touch/perform' to command name 'performTouch'
[2019-01-24 06:32:10][JSONWP Proxy] Proxying [POST /touch/perform] to [POST http://localhost:8200/wd/hub/session/7c7c1b4b-e654-4ec7-a5d7-be8f1a368b26/touch/perform] with body: {"startX":972,"startY":897,"endX":108,"endY":897,"steps":22}
[2019-01-24 06:32:11][JSONWP Proxy] Got response with status 200: {"sessionId":"7c7c1b4b-e654-4ec7-a5d7-be8f1a368b26","status":0,"value":true}
[2019-01-24 06:32:11][W3C (513b10f6)] Responding to client with driver.performTouch() result: true
[2019-01-24 06:32:11][HTTP] <-- POST /wd/hub/session/513b10f6-fb33-433e-a377-c3cfae8e7e0a/touch/perform 200 1170 ms - 14
[2019-01-24 06:32:11][HTTP]
[2019-01-24 06:33:11][BaseDriver] Shutting down because we waited 60 seconds for a command
[2019-01-24 06:33:11][UiAutomator2] Deleting UiAutomator2 session
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment