Is there any way to to rotate a device portrait to Landscape & Landscape to portrait #1723
venkateshyellankip
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Manually, how to rotate a device on the device farm, tried with API, the screen is getting rotated, but not the device
curl -X POST http://localhost:4723/wd/hub/session//execute
-H "Content-Type: application/json"
-d '{"orientation": "PORTRAIT"}'
Beta Was this translation helpful? Give feedback.
All reactions