Skip to content

Instantly share code, notes, and snippets.

@jamesvanhorn
Created January 31, 2018 17:28
Show Gist options
  • Save jamesvanhorn/6966201fe9c77d49af0faf79203c5af7 to your computer and use it in GitHub Desktop.
Save jamesvanhorn/6966201fe9c77d49af0faf79203c5af7 to your computer and use it in GitHub Desktop.
[HTTP] --> POST /wd/hub/session/f8e179df-3da7-453f-81c9-08fa2000c5da/elements {"using":"name","value":"cell_recentLocation_1"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["name","cell_recentLocation_1","f8e179df-3da7-453f-81c9-08fa2000c5da"]
[debug] [XCUITest] Executing command 'findElements'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8100/session/0A3AD214-D143-425E-8AB4-3FCE5FA33B6D/elements] with body: {"using":"name","value":"cell_recentLocation_1"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":[{"ELEMENT":"240D769B-932B-47C1-9429-C8F40038C2B2"}],"sessionId":"0A3AD214-D143-425E-8AB4-3FCE5FA33B6D","status":0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{"ELEMENT":"240D769B-932B-47C1-9429-C8F40038C2B2"}]
[HTTP] <-- POST /wd/hub/session/f8e179df-3da7-453f-81c9-08fa2000c5da/elements 200 865 ms - 124
[HTTP] --> POST /wd/hub/session/f8e179df-3da7-453f-81c9-08fa2000c5da/element/240D769B-932B-47C1-9429-C8F40038C2B2/element {"id":"240D769B-932B-47C1-9429-C8F40038C2B2","using":"name","value":"button_locationManagementRecent"}
[debug] [MJSONWP] Calling AppiumDriver.findElementFromElement() with args: ["name","button_locationManagementRecent","240D769B-932B-47C1-9429-C8F40038C2B2","f8e179df-3da7-453f-81c9-08fa2000c5da"]
[debug] [XCUITest] Executing command 'findElementFromElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element/240D769B-932B-47C1-9429-C8F40038C2B2/element] to [POST http://localhost:8100/session/0A3AD214-D143-425E-8AB4-3FCE5FA33B6D/element/240D769B-932B-47C1-9429-C8F40038C2B2/element] with body: {"using":"name","value":"button_locationManagementRecent"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"E27CBA7C-E16A-44DD-AB12-F5AACACADA5E"},"sessionId":"0A3AD214-D143-425E-8AB4-3FCE5FA33B6D","status":0}
[debug] [MJSONWP] Responding to client with driver.findElementFromElement() result: {"ELEMENT":"E27CBA7C-E16A-44DD-AB12-F5AACACADA5E"}
[HTTP] <-- POST /wd/hub/session/f8e179df-3da7-453f-81c9-08fa2000c5da/element/240D769B-932B-47C1-9429-C8F40038C2B2/element 200 1289 ms - 122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment