- Print
- DarkLight
Can Autify validate values copied to the clipboard or paste it into an input field?
Article summary
Did you find this summary helpful?
Thank you for your feedback
With Autify's basic functionality, you cannot validate values copied to the clipboard or paste them into input fields.
If you use document.execCommand("copy")
to copy values to the clipboard, you may be able to read the value using the Reading clipboard value JS snippet.
However, if you use the navigation.clipboard.writeText()
API to copy values to the clipboard, you cannot read the value using the Reading clipboard value JS snippet.
In addition, you cannot retrieve values copied using the navigation.clipboard.writeText()
API using a JS step.
Was this article helpful?