get_device_dimensions
Retrieve screen dimensions of Android devices or emulators to enable precise UI automation and element interaction.
Instructions
Get the dimensions of the Android device/emulator screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | No |
Input Schema (JSON Schema)
{
"properties": {
"device_id": {
"default": null,
"title": "Device Id",
"type": "string"
}
},
"title": "get_device_dimensionsArguments",
"type": "object"
}