set_clipboard
Sets text on an Android device or emulator clipboard via ADB, supporting full Unicode characters. Use it to programmatically copy any string for use in apps or UI tests.
Instructions
Set text to the device clipboard. Text is transferred via adb push (binary transfer, no shell involvement, full Unicode support).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to copy to clipboard |