Forum Discussion

meesh610's avatar
meesh610
Occasional Contributor
6 years ago
Solved

Paste options while recording in script mode

Need help on how to paste data while in script mode?  Attached error and screen shot.    Thanks!
  • tristaanogre's avatar
    tristaanogre
    6 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.