Paste any text copied with copyTextFrom into the currently focused field.
{% hint style="info" %} Make sure your text field is in focus before using this command. {% endhint %}
- pasteText
Copy text from an element and paste it into a search field:
appId: com.example.app
---
- launchApp
- copyTextFrom:
id: "someId"
- tapOn:
id: "searchFieldId"
- pasteText