Skip to content

Instantly share code, notes, and snippets.

@ajeeshvl
Created May 25, 2017 02:33
Show Gist options
  • Save ajeeshvl/aebd97d5aa9e8da66b5861b0233e53d5 to your computer and use it in GitHub Desktop.
Save ajeeshvl/aebd97d5aa9e8da66b5861b0233e53d5 to your computer and use it in GitHub Desktop.
appium log while sending find element by id
[HTTP] --> POST /wd/hub/session/4b7e7e14-d776-4d6e-ba01-8996695e40b6/element {"using":"id","value":"btn_play_pause"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","btn_play_pause","4b7e7e14-d776-4d6e-ba01-8996695e40b6"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/2e4e4668-b8b4-4050-a2ca-284731b81082/element] with body: {"strategy":"id","selector":"btn_play_pause","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/4b7e7e14-d776-4d6e-ba01-8996695e40b6/element 500 5508 ms - 164
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 28 ms - 83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment