Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 476 Bytes

copytextfrom.md

File metadata and controls

18 lines (14 loc) · 476 Bytes

copyTextFrom

You can copy text from an element and save it in-memory, to paste later. To find the element you wish to copy text from you can use Selectors. For a full list of what selectors are available, please refer to the Selectors page.

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