device_clipboard_set
Set the Android device clipboard via the device control channel. Pass paste: true to have the device inject KEYCODE_PASTE immediately after (built into the device control protocol — no separate Ctrl+V needed). Empty string clears the clipboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Device serial number (UDID) | |
| paste | No | If true, the device injects KEYCODE_PASTE right after setting the clipboard | |
| content | Yes | Text to write to the clipboard (empty string clears it) |