copyTextFrom
Copy text content from a UI element to clipboard or variable.
Accessing the copied text
Usage examples
Paste with the pasteText command
pasteText commandappId: com.example.app
---
- launchApp
- copyTextFrom:
id: "someId"
- tapOn:
id: "searchFieldId"
- pasteTextAccess with JavaScript
Store and validate
Related content
Last updated