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}
Last modified 9mo ago