I have a JavaScript string in my Pre-request Script
in Postman. I want to copy it to clipboard. When playing around with the Chrome dev tools I cam simply type copy("my string")
.
Can I do the same with the Pre-request Script
or is my only option doing the console.log
and then copying the output string manually?