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!
How to paste a variable?
-
- Posts: 6
- Joined: 20 Dec 2020, 17:12
Re: How to paste a variable?
Can someone help me please?
Re: How to paste a variable?
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)
then copy the $var to your clipboard
then find your target location (such as a form field)
then apply key (Ctrl+V)
-
- Posts: 6
- Joined: 20 Dec 2020, 17:12
Re: How to paste a variable?
Thank you very much, I will try this way and post here if I can ..
My greetings from Brazil!
My greetings from Brazil!
-
- Posts: 6
- Joined: 20 Dec 2020, 17:12
Re: How to paste a variable?
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"
Re: How to paste a variable?
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.
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.