Hi all,
I have a .txt file that has about 20 urls on separate lines. I need to automate taking a screenshot of each url.
I’ve tried using applescript to call Acrobat to print each site to PDF. Functionally, it worked, but I had to set delays to ensure the pages were completely loaded. Not a big deal, but it didn’t really output a true representation of the site, also it didn’t constrain the site to a single page (a necessity).
I’ve tried WebSnapper, and got most of it to work through automator, but couldn’t get the pages out of the ‘que’ that WebSnapper uses.
I’ve tried ObjectiveC Python utility, but it was buggy on certain websites.
What have you guys done to get this kind of functionality? Or have you even? What’s your recommendation?
Thanks in advance!