Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 305 Bytes

access-element-text.md

File metadata and controls

8 lines (6 loc) · 305 Bytes

Access element text

In order to access text of UI elements, use copyTextFrom command. The text can then be accessed via maestro.copiedText variable:

- copyTextFrom: My Field
- inputText: ${'Hello ' + maestro.copiedText}