Need iMacros help - Next Page

CashDummy

Regular Member
Joined
Oct 3, 2007
Messages
233
Reaction score
106
I'm making an iMacros that will click on each image on the page but I need for it to go to the next page once finished. Here's the code so far...Is there an "If/Then" statement I can add or tell the script to click 50 images then click the "Next" tag?

I will pay $5 to get this fixed also. I would also pay an imacros pro to make a few simple bots (and I do mean simple)

Code:
VERSION BUILD=6861208     
TAB T=1     
TAB CLOSEALLOTHERS  
SET !LOOP 2      
TAG POS={{!LOOP}} TYPE=IMG ATTR=ALT:*<SP>*   
'New page loaded      
'New page loaded    
TAG POS=2 TYPE=A ATTR=TXT:Next<SP>
 
Maybe I should move this to the scripting section
 
Try recording your clicks in Imacr0s Browser, so you can see what you will have to edit.
PS. Maybe this will be of some help:
HTML:
http://wiki.imacros.net/VBS_looping
 
Never looked at iMacros myself

But if you know the URLs put them in a loop
 
You can't do if/then statements directly in the imacros scripts, you need the scripting edition then code your loops in another language using imacro's API... Let me know what you need I might be able to code this for you
 
Back
Top