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
Copy text from an element and paste it into a search field:
The copied text can also be access in JavaScript using the maestro.copiedText
property:
Last updated