pt_set_clipboard
Set iOS simulator clipboard text to prepare strings for pasting into fields. Enables clipboard-based input for UI test automation.
Instructions
Set the simulator's clipboard/pasteboard content. Useful for preparing text to paste into fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to copy to the clipboard | |
| udid | No | Simulator UDID (uses active device if not specified) |