imacros help clicking links on a page and page navigation

chadfuse

Newbie
Joined
Dec 10, 2010
Messages
9
Reaction score
0
Hello Black Hat,

im a very newbie, i just want to ask your help about imacros on how to automate. BAsically I want to click at links on a certain pagem then after all links will be clicked i want to navigate on the next page(theres a page navigation numbers)

example:

link1
link2
link3
.
.
.
.
linklast..

then i want to navigate to the next page..(e.g. page=2?)

<<1.2.3.4.5.6>> and so on.

I hope i could get some answers.

thanks guys.
 
can you give me the website you want to click? I am not a pro in Imacros but i can do easy things
 
thanks rettibi i dont have actually a website im just starting to code i found this script:


VERSION BUILD=7401110 RECORDER=FXTAB T=1URL GOTO=xxxx://bla/bla/Documents.xxxSET !LOOP 1TAG POS={{!LOOP}} TYPE=A ATTR=HREF:xxxx://bla/bla?id=*
URL GOTO=xxxx://bla/bla/Documents.xxxas i tested it, this will just click all links with hxxx://bla/bla?id=* how about if theres a navigation page numbers below? I need to click page number 2 after all links were clicked on a page, and so on...
 
thanks rettibi i dont have actually a website im just starting to code i found this script:


VERSION BUILD=7401110 RECORDER=FXTAB T=1URL GOTO=xxxx://bla/bla/Documents.xxxSET !LOOP 1TAG POS={{!LOOP}} TYPE=A ATTR=HREF:xxxx://bla/bla?id=*
URL GOTO=xxxx://bla/bla/Documents.xxxas i tested it, this will just click all links with hxxx://bla/bla?id=* how about if theres a navigation page numbers below? I need to click page number 2 after all links were clicked on a page, and so on...

I am sorry I don't know it without site, try to record it on the site you would like to use it on. Or you could wait for somebody that know how to use imacros very well to help you.
 
lest say your going to google search then you type any keyword, e.g. "seo forum" we will see we have results and we have our navigation page numbers below. that the closest thing i could explain, i need a macros that will click all the results links after the clicking on result page number 1 then it will proceed to click navigation page number 2 and so on.
 
lest say your going to google search then you type any keyword, e.g. "seo forum" we will see we have results and we have our navigation page numbers below. that the closest thing i could explain, i need a macros that will click all the results links after the clicking on result page number 1 then it will proceed to click navigation page number 2 and so on.
For google you can use this to click on the next page.

If you click on the button "next" you need this code.
TAG POS=1 TYPE=SPAN ATTR=TXT:Next



If you click on ">" you need this.
TAG POS=11 TYPE=SPAN ATTR=CLASS:csb<SP>gbil<SP>ch&&TXT:

But those are for google for other sites it might be different.
 
Last edited:
Back
Top