android.adb.connectWifi
Connect to an Android device over WiFi using ADB for remote control and automation. Requires device IP address and TCP/IP mode enabled.
Instructions
Connects to an Android device over WiFi using ADB. Device must already have TCP/IP mode enabled (use android.adb.enableTcpip first while connected via USB). Default port is 5555. Use android.adb.getDeviceIp to get the device's IP address.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipAddress | Yes | Device IP address (e.g., 192.168.1.100) | |
| port | No | TCP/IP port (default: 5555) |