connect_device
Connect to an Android device over TCP/IP for wireless debugging. Specify the device IP address and optional port to establish an ADB connection for running mobile UI tests.
Instructions
(Android) Connect to a device over TCP/IP (wireless debugging)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IP address of the device | |
| port | No | Port number (default: 5555) |