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.
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)
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.