My task is to take screenshots of a set of webpages for legal purposes. I'm currently accomplishing this by using Webshot and running through its batch operation using a list of URLs I compiled myself. I also have to take screenshots of a rotating Flash banner which is done by using IECapt and its delay function.
Each page has a series of ads that require a screenshot taken of the page they lead to. How can I automate this so that I'm not spending hours clicking on each link after link?
In case that was not clear, the homepage has 4 secondary ads linking to 4 different product pages. I need a screenshot of the homepage (done) and then four different screenshots of the pages that the ads link to.
Oh, and to make things interesting, the homepages use Javascript redirects a la:
javascript:dcsOnsiteAdLink('url', '/whyjoin', 'ad', 'S1', 'popup', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=780,height=500');