Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save romansvesh/0fa440501319455467f41db780aad13e to your computer and use it in GitHub Desktop.
Save romansvesh/0fa440501319455467f41db780aad13e to your computer and use it in GitHub Desktop.
[HTTP] --> POST /wd/hub/session/460be9d4-580c-412a-a79a-539f70e567d8/touch/perform
[HTTP] {"actions":[{"action":"press","options":{"x":187,"y":333}},{"action":"moveTo","options":{"x":300,"y":300}},{"action":"release","options":{}}],"sessionId":"460be9d4-580c-412a-a79a-539f70e567d8"}
[debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":187,"y":333}},{"action":"moveTo","options":{"x":300,"y":300}},{"action":"release","options":{}}],"460be9d4-580c-412a-a79a-539f70e567d8"]
[debug] [XCUITest] Executing command 'performTouch'
[debug] [XCUITest] Received the following touch action: press(options={"x":187,"y":333})-moveTo(options={"x":300,"y":300})-release(options={})
[debug] [JSONWP Proxy] Proxying [POST /wda/touch/perform] to [POST http://localhost:8100/session/F11BB49F-95E2-4C1F-BC8A-B640FC34A7E8/wda/touch/perform] with body: {"actions":[{"action":"press","options":{"x":187,"y":333}},{"action":"moveTo","options":{"x":300,"y":300}},{"action":"release","options":{}}]}
[debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"F11BB49F-95E2-4C1F-BC8A-B640FC34A7E8","status":0}
[debug] [MJSONWP] Responding to client with driver.performTouch() result: {}
[HTTP] <-- POST /wd/hub/session/460be9d4-580c-412a-a79a-539f70e567d8/touch/perform 200 358 ms - 74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment