Skip to content

Instantly share code, notes, and snippets.

@amokmen
Created January 24, 2019 16:00
Show Gist options
  • Save amokmen/791fd6840576231747efdb740f4f5ef7 to your computer and use it in GitHub Desktop.
Save amokmen/791fd6840576231747efdb740f4f5ef7 to your computer and use it in GitHub Desktop.
Appium log with Bad reaction to performTouch
...
[2019-01-24 06:30:59][HTTP] {"actions":[{"action":"press","options":{"x":972,"y":897}},{"action":"moveTo","options":{"x":108,"y":897}},{"action":"release"}]}
[2019-01-24 06:30:59][W3C (e4ec6023)] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":972,"y":897}},{"action":"moveTo","options":{"x":108,"y":897}},{"action":"release"}],"e4ec6023-b7bb-41ef-9a89-33d1d9f85467"]
[2019-01-24 06:30:59][JSONWP Proxy] Matched '/touch/down' to command name 'touchDown'
[2019-01-24 06:30:59][JSONWP Proxy] Proxying [POST /touch/down] to [POST http://localhost:8202/wd/hub/session/e9b58f68-7d0f-4700-9353-7ac850a982d6/touch/down] with body: {"params":{"x":972,"y":897}}
[2019-01-24 06:31:00][JSONWP Proxy] Got response with status 200: {"sessionId":"e9b58f68-7d0f-4700-9353-7ac850a982d6","status":0,"value":true}
[2019-01-24 06:31:00][JSONWP Proxy] Matched '/touch/move' to command name 'touchMove'
[2019-01-24 06:31:00][JSONWP Proxy] Proxying [POST /touch/move] to [POST http://localhost:8202/wd/hub/session/e9b58f68-7d0f-4700-9353-7ac850a982d6/touch/move] with body: {"params":{"x":108,"y":897}}
[2019-01-24 06:31:00][JSONWP Proxy] Got response with status 200: {"sessionId":"e9b58f68-7d0f-4700-9353-7ac850a982d6","status":0,"value":true}
[2019-01-24 06:31:00][JSONWP Proxy] Matched '/touch/up' to command name 'touchUp'
[2019-01-24 06:31:00][JSONWP Proxy] Proxying [POST /touch/up] to [POST http://localhost:8202/wd/hub/session/e9b58f68-7d0f-4700-9353-7ac850a982d6/touch/up] with body: {"params":{"x":108,"y":897}}
[2019-01-24 06:31:01][JSONWP Proxy] Got response with status 200: {"sessionId":"e9b58f68-7d0f-4700-9353-7ac850a982d6","status":0,"value":true}
[2019-01-24 06:31:01][W3C (e4ec6023)] Responding to client with driver.performTouch() result: null
[2019-01-24 06:31:01][HTTP] <-- POST /wd/hub/session/e4ec6023-b7bb-41ef-9a89-33d1d9f85467/touch/perform 200 2333 ms - 14
[2019-01-24 06:31:01][HTTP]
[2019-01-24 06:31:16][BaseDriver] Shutting down because we waited 60 seconds for a command
[2019-01-24 06:31:16][UiAutomator2] Deleting UiAutomator2 session
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment