githubEdit

pasteText

Paste copied text into focused fields in Maestro from copyTextFrom.

Paste any text copied with copyTextFrom into the currently focused field.

circle-info

Make sure your text field is in focus before using this command.

- 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?