Imacros help with FB

lykathe

Regular Member
Joined
Oct 23, 2009
Messages
470
Reaction score
123
Why exactly why won't my Imacro record with FB comments? I get
TAG POS=1 TYPE=DIV ATTR=ID:c4ca8c60f89f3a5a4840a8_input but that is all, I tried using the ATTR=ID and using data input after that, but it doesn't work. Anyone?
 
This is the part of my wall poster. "DS CMD=CLICK" just to tag comment field.
Code:
'Post a comment
SIZE X=1000 Y=602
TAG POS=1 TYPE=A ATTR=TXT:Wall
TAG POS=2 TYPE=DIV ATTR=TXT:<BR><LF>Write<SP>something...*
TAG POS=R1 TYPE=TEXTAREA  FORM=ACTION:/ajax/updatestatus.php ATTR=ID:*input CONTENT=Don't<SP>add<SP>me!    
DS CMD=CLICK X=696 Y=150 CONTENT=  
DS CMD=CLICK X=696 Y=170 CONTENT=  
DS CMD=CLICK X=696 Y=190 CONTENT=  
DS CMD=CLICK X=696 Y=210 CONTENT=  
DS CMD=CLICK X=696 Y=230 CONTENT=  
DS CMD=CLICK X=696 Y=250 CONTENT=  
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
 
Back
Top