Selenium supports that functionality. http://seleniumhq.org/docs/04_webdriver_advanced.html#taking-a-screenshot
There is also a CF wrapper for Selenium called cfselenium but I have not used it yet, so I'm not sure if it support Webdriver and screenshots. It looks like it may only support Selenium-RC at this point. https://github.com/bobsilverberg/CFSelenium Cheers, Judah On Wed, Sep 12, 2012 at 12:50 PM, Dave Jemison <[email protected]> wrote: > > A recent project involves removing over a thousand folders from a site and > archiving them. There is also a requirement to create an image of each > archived page. > > Rather than manually going to each page (e.g., archived.example.com/folder1/ > and manually take a screenshot then save it), I am hoping to find something > more automated. > > My boss suggested snagit, but I don't see how to create an automated process > like this with it. > > I suppose an option may be to loop through the folder and do a cfhttp request > and use cfdocument to make a .pdf file of each page? > > Other suggestions? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352558 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

