Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 445 Bytes

pastetext.md

File metadata and controls

27 lines (21 loc) · 445 Bytes

pasteText

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

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