mobile_init
Initialize Android device connection to enable UI manipulation, screen capture, touch gestures, and app management. Required before using other mobile automation tools.
Instructions
Initialize the Android device connection.
Must be called before using any other mobile tools.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}