Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 420 Bytes

pastetext.md

File metadata and controls

24 lines (19 loc) · 420 Bytes

pasteText

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

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

- pasteText

Usage Example

Copies text from an element and pastes it into a search field.

appId: com.example.app
---
- launchApp
- copyTextFrom:
    id: "someId"
- tapOn:
    id: "searchFieldId"
- pasteText