Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GrzegorzSidwa/f00176d848beba2ab6c9965c2d4b9a51 to your computer and use it in GitHub Desktop.
Save GrzegorzSidwa/f00176d848beba2ab6c9965c2d4b9a51 to your computer and use it in GitHub Desktop.
appium logs rotation
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/57756e35-740b-42e6-88c6-c137adb1b478/orientation] to [GET http://localhost:8200/wd/hub/session/9ca0630d-3a80-470b-8479-9762b6c26d56/orientation] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"9ca0630d-3a80-470b-8479-9762b6c26d56\",\"status\":0,\"value\":\"LANDSCAPE\"}"
[JSONWP Proxy] Replacing sessionId 9ca0630d-3a80-470b-8479-9762b6c26d56 with 57756e35-740b-42e6-88c6-c137adb1b478
[HTTP] <-- GET /wd/hub/session/57756e35-740b-42e6-88c6-c137adb1b478/orientation 200 886 ms - 83
[HTTP]
[HTTP] --> POST /wd/hub/session/57756e35-740b-42e6-88c6-c137adb1b478/orientation
[HTTP] {"orientation":"LANDSCAPE"}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/57756e35-740b-42e6-88c6-c137adb1b478/orientation] to [POST http://localhost:8200/wd/hub/session/9ca0630d-3a80-470b-8479-9762b6c26d56/orientation] with body: {"orientation":"LANDSCAPE"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9ca0630d-3a80-470b-8479-9762b6c26d56","status":0,"value":"Already in landscape mode."}
[JSONWP Proxy] Replacing sessionId 9ca0630d-3a80-470b-8479-9762b6c26d56 with 57756e35-740b-42e6-88c6-c137adb1b478
[HTTP] <-- POST /wd/hub/session/57756e35-740b-42e6-88c6-c137adb1b478/orientation 200 16 ms - 100
[HTTP]
[HTTP] --> POST /wd/hub/session/57756e35-740b-42e6-88c6-c137adb1b478/orientation
[HTTP] {"orientation":"PORTRAIT"}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/57756e35-740b-42e6-88c6-c137adb1b478/orientation] to [POST http://localhost:8200/wd/hub/session/9ca0630d-3a80-470b-8479-9762b6c26d56/orientation] with body: {"orientation":"PORTRAIT"}
[HTTP] <-- POST /wd/hub/session/57756e35-740b-42e6-88c6-c137adb1b478/orientation - - ms - -
[HTTP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment