Skip to content

Instantly share code, notes, and snippets.

@VivaLosDoyers
Created November 4, 2016 19:57
Show Gist options
  • Save VivaLosDoyers/156fecb2acd3732898241e198f91036c to your computer and use it in GitHub Desktop.
Save VivaLosDoyers/156fecb2acd3732898241e198f91036c to your computer and use it in GitHub Desktop.
appium log
[HTTP] --> POST /wd/hub/session/5787578f-1e67-4630-aae4-49145c5ad7db/element {"using":"id","value":"mobile corkboards icon"}
[MJSONWP] Calling AppiumDriver.findElement() with args: ["id","myElement","5787578f-1e67-4630-aae4-49145c5ad7db"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/3B5C28F5-7713-4B97-8E16-920C5C8D452B/element] with body: {"using":"id","value":"mobile corkboards icon"}
[JSONWP Proxy] Got response with status 200: {"sessionId":"3B5C28F5-7713-4B97-8E16-920C5C8D452B","value":{"label":"mobile corkboards icon","type":"XCUIElementTypeButton","ELEMENT":"D9837113-4E65-4335-8006-E5EC5B2EE8F0"},"status":0}
[MJSONWP] Responding to client with driver.findElement() result: {"label":"myElement","type":"XCUIElementTypeButton","ELEMENT":"D9837113-4E65-4335-8006-E5EC5B2EE8F0"}
[HTTP] <-- POST /wd/hub/session/5787578f-1e67-4630-aae4-49145c5ad7db/element 200 645 ms - 186
[HTTP] --> POST /wd/hub/session/5787578f-1e67-4630-aae4-49145c5ad7db/touch/perform {"actions":[{"action":"press","options":{"element":"77D680B1-764A-4921-A941-FCDF638A5A55","x":20,"y":20}},{"action":"wait","options":{"ms":200}},{"action":"moveTo","options":{"element":"D9837113-4E65-4335-8006-E5EC5B2EE8F0","x":5,"y":5}},{"action":"wait","options":{"ms":200}},{"action":"moveTo","options":{"element":"497EDC3C-541C-48BF-84B6-998D73262EC3","x":100,"y":20}},{"action":"release"}]}
[MJSONWP] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"element":"77D680B1-764A-4921-A941-FCDF638A5A55","x":20,"y":20}},{"action":"wait","options":{"ms":200}},{"action":"moveTo","options":{"element":"D9837113-4E65-4335-8006-E5EC5B2EE8F0","x":5,"y":5}},{"action":"wait","o...
[debug] [XCUITest] Executing command 'performTouch'
[HTTP] <-- POST /wd/hub/session/5787578f-1e67-4630-aae4-49145c5ad7db/touch/perform 501 10 ms - 175
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment