appium_mobile_device_info
Retrieve mobile device details, battery status, or current time in a single call. Choose an action to get model, OS, locale, battery level, or device time on iOS and Android.
Instructions
Get device information, battery status, or current device time in a single call. Use the "action" parameter to select which data to retrieve. Works on both iOS and Android.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: "info" returns device model/OS/locale/etc., "battery" returns battery level and charging state, "time" returns the current device time. | |
| format | No | Only used when action is "time". moment.js format string for the returned time. Defaults to ISO 8601 (YYYY-MM-DDTHH:mm:ssZ). | |
| sessionId | No | Session ID to target. If omitted, uses the active session. |