pasteText
Paste any text copied with copyTextFrom into the currently focused field.
- pasteText
Usage Example
Copy text from an element and paste it into a search field:
appId: com.example.app
---
- launchApp
- copyTextFrom:
id: "someId"
- tapOn:
id: "searchFieldId"
- pasteText
Last updated
Was this helpful?