SOLVED
Hey, im trying to create an imacro script which copies text from one site and pastes it into twitter, everything works perfectly except that it doesnt actually PASTE
so here it goes in plain english:
1. i grab the text
2. go to twitter
3. press the tweet-box
4. he doesnt PASTE
here is the code:
TAG POS=1 TYPE=TEXTAREA ATTR=TXT:* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL
URL GOTO=twitter dot com - i cant type links yet.
CLICK X=371 Y=280
TAG POS=1 TYPE=DIV ATTR=ID:tweet-box-mini-home-profile CONTENT={{!VAR1}}
Feels like i've tired 20 different solutions but nothing works. Can anyone give my some some insight?
Thanks
EDIT:
Alternatively this code gets me to the same place:
VERSION BUILD=8601111 RECORDER=FX
TAB T=1
URL GOTO=myipetc/insertdotphp
TAG POS=1 TYPE=TEXTAREA ATTR=TXT:* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL
URL GOTO=twitterdotcom
TAG POS=1 TYPE=BUTTON ATTR=ID:global-new-tweet-button
TAG POS=1 TYPE=DIV ATTR=ID:tweet-box-global CONTENT={{!VAR1}}
EDIT2: Basically it all has boiled down to that i cant get it to type anything in the twitter tweet box. It works on other places fine..
Hey, im trying to create an imacro script which copies text from one site and pastes it into twitter, everything works perfectly except that it doesnt actually PASTE
so here it goes in plain english:
1. i grab the text
2. go to twitter
3. press the tweet-box
4. he doesnt PASTE
here is the code:
TAG POS=1 TYPE=TEXTAREA ATTR=TXT:* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL
URL GOTO=twitter dot com - i cant type links yet.
CLICK X=371 Y=280
TAG POS=1 TYPE=DIV ATTR=ID:tweet-box-mini-home-profile CONTENT={{!VAR1}}
Feels like i've tired 20 different solutions but nothing works. Can anyone give my some some insight?
Thanks
EDIT:
Alternatively this code gets me to the same place:
VERSION BUILD=8601111 RECORDER=FX
TAB T=1
URL GOTO=myipetc/insertdotphp
TAG POS=1 TYPE=TEXTAREA ATTR=TXT:* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL
URL GOTO=twitterdotcom
TAG POS=1 TYPE=BUTTON ATTR=ID:global-new-tweet-button
TAG POS=1 TYPE=DIV ATTR=ID:tweet-box-global CONTENT={{!VAR1}}
EDIT2: Basically it all has boiled down to that i cant get it to type anything in the twitter tweet box. It works on other places fine..
Last edited: