get-orientation
Retrieve the current orientation of a mobile device during app automation testing using the MCP Appium Server. Ideal for ensuring proper UI behavior across different device orientations.
Instructions
Get the current device orientation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}