meesh610
7 years agoOccasional Contributor
Paste options while recording in script mode
Need help on how to paste data while in script mode? Attached error and screen shot. Thanks!
- 7 years ago
Using, specifically, ctrl-V isn't necessary.
Basically, you don't want the ClickItem. That won't do what you want.
You need to send a "Keys" command to the desired text area. As the parameter for that Keys, since you already have the contents in the clipboard, just put in Sys.ClipBoard and that will type into the desired field the contents of your clipboard.