need some imacro scripting

Champ9100

Registered Member
Joined
Jun 22, 2010
Messages
70
Reaction score
1
Hey guys
i am playing with imacros for firefox.
but confused here.
it shud do somthing like

My all the tabs are already opened. The Macro shoud open the first tab, then Scrol down The page, and Click on captcha field, i will enter captcha here. then it shoud switch to next tab.

if anybody could write this thing for me, i ll be very thankful guys..
regards
 
Last edited:
For tabs its just Tab T=1 and so on for each tab. As for waiting the input part, since you want to fill it in yourself I think you'll need to use the PROMPT command.You can find that command at the imacros wiki
 
you should use the loop and scrape data from csv file
for the captcha filed you can use the PROMPT command or pause comment(remember to click contine on the left sidebar again)
 
Back
Top