HELP NEEDED with Imacros Copy&Paste

Status
Not open for further replies.

Giederius

Junior Member
Joined
Jan 20, 2013
Messages
138
Reaction score
23
Hey! Can anyone tell me how to copy and paste text with imacros? I tried to google it but I haven't found anything that would help me.

For example, I need to copy the title and paste it in pinterest pin it comment box or copy the whole article to the my blog or whatever. What commands should I use? How should I use them? I can't get it.

I hope You will share that "secret" with me! Thank You!

I'm using firefox if that matters.
 
Last edited:
So I got to the part where I have copied the text. Now how to insert it? What commands should I use or maybe You could finish this part of script?

VERSION BUILD=8810214 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
TAB T=1
TAG POS=1 TYPE=TITLE ATTR=* EXTRACT=TXT
TAG POS=2 TYPE=IMG ATTR=blablalba
TAB T=2
POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:pinFormDescription CONTENT=
SET !CLIPBOARD {{!EXTRACT}} (????

------------------
with some help I did this. so If anyone will need anything like this, feel free to use it !

VERSION BUILD=8810214 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
TAB T=1
TAG POS=1 TYPE=TITLE ATTR=* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
TAG POS=2 TYPE=IMG ATTR=SRC:
TAB T=2
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:pinFormDescription CONTENT={{!VAR1}}
 
Last edited:
do you need free help from someone to code or hire a freelancer?
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top