Skip to content

Instantly share code, notes, and snippets.

@jeangb
Created April 25, 2017 16:07
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 jeangb/ce8b48fd65180a2c208f26d10f447f2d to your computer and use it in GitHub Desktop.
Save jeangb/ce8b48fd65180a2c208f26d10f447f2d to your computer and use it in GitHub Desktop.
touchaction tap
tap:
[HTTP] --> POST /wd/hub/session/8780ab03-b676-4bdc-acad-72a0074a06b1/touch/perform {"actions":[{"action":"tap","options":{"x":0,"y":249}}]}
[debug] [MJSONWP] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"x":0,"y":249}}],"8780ab03-b676-4bdc-acad-72a0074a06b1"]
[debug] [XCUITest] Executing command 'performTouch'
[debug] [XCUITest] Received the following touch action: tap(options={"x":0,"y":249})
[debug] [XCUITest] Found matching gesture: tap
[debug] [JSONWP Proxy] Proxying [POST /wda/tap/0] to [POST http://localhost:8100/session/45F93E36-85E7-4517-98E5-2BE4FAF9C0DB/wda/tap/0] with body: {"x":0,"y":249}
[debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"45F93E36-85E7-4517-98E5-2BE4FAF9C0DB","status":0}
[debug] [MJSONWP] Responding to client with driver.performTouch() result: null
[HTTP] <-- POST /wd/hub/session/8780ab03-b676-4bdc-acad-72a0074a06b1/touch/perform 200 1601 ms - 76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment