appium_mobile_clipboard
Read or set the device clipboard as plain text during mobile app testing. Works on Android and iOS; get returns current text, set writes new content.
Instructions
Read or set the device clipboard as plain text (Android UiAutomator2 / iOS XCUITest). action=get returns current text; action=set requires content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | get: read device clipboard as plain text. set: write plain text to the clipboard. | |
| content | No | Required when action is set. Plain text to put on the clipboard. | |
| sessionId | No | Session ID to target. If omitted, uses the active session. |