Copy
copy copies text to the clipboard. Useful when the app under test reads from the clipboard (for example, paste-to-apply coupon codes).
yaml
- copy:
text: "SAVE20"
- click: the coupon input
- paste: {}copy copies text to the clipboard. Useful when the app under test reads from the clipboard (for example, paste-to-apply coupon codes).
- copy:
text: "SAVE20"
- click: the coupon input
- paste: {}