Page 1 of 1

How to paste a variable?

Posted: 20 Dec 2020, 17:15
by jonathanptk
Hi, I'm trying to find a way to paste (Ctrl + V) the value of a variable instead of writing it, this would make my scripts faster and work better for my use as well.

Thanks! 8)

Re: How to paste a variable?

Posted: 02 Jan 2021, 14:51
by jonathanptk
Can someone help me please? :cry:

Re: How to paste a variable?

Posted: 02 Jan 2021, 16:47
by eureka
A simple method is to set a variable in code or variable object
then copy the $var to your clipboard
then find your target location (such as a form field)
then apply key (Ctrl+V)

Re: How to paste a variable?

Posted: 09 Jan 2021, 14:36
by jonathanptk
Thank you very much, I will try this way and post here if I can ..

My greetings from Brazil!

Re: How to paste a variable?

Posted: 09 Jan 2021, 15:11
by jonathanptk
It worked, I used the "Write Clipboard" to write the content of the variable in the clipboard, to then be able to paste it with "Ctrl + V" :D

Re: How to paste a variable?

Posted: 09 Jan 2021, 22:00
by eureka
Greetings to Brazil from U.K.
That is good. Just one tip. In your next post indicate what desktop OS (Windows/Linux) you are using since you can also leverage other tools in a "toolchain" linked to Actiona command. For example I can use xdotool in Ubuntu.