Search Content

Featured Content

WhitePapers


How to Buy a Phone System

Considering a new phone system for your business? The Phone System Buyer's Guide from VoIP-News provides you with all of the information you need to make a more informed decision. The Guide helps you...Read More


Sales Force Automation Comparison Guide

Businesses of all sizes can benefit by automating all aspects of their sales processes with an SFA (Sales Force Automation) solution. But due to the sheer number of features that most SFA solutions...Read More


Which CMS Is Right For Me?

If you're wondering which CMS is the right one for your organization, this comprehensive guide will take you through the various options available, detailing the pros and cons of each. Download...Read More


Oracle Magazine

Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest...Read More




View All Whitepapers

Automated Screenshots from Command Line

Learn how to capture automated screenshots of multiple web pages from the command line in one go using the rendering engine of Internet Explorer, Safari or Google Chrome.

If you like to capture screenshots of multiple web pages in one go, the regular screen capture utilities (like SnagIt) can do the job but they require way too much effort.

You’ll have to open each site manually, then wait for the web page to load and finally hit the print screen key. Now imagine repeating this process for 10 different websites every morning. Impossible, right?

What you really need here is a command line screen capture utility like CutyCapt or IECapt – both are similar in execution but differ slightly in the way they render web pages because the former use WebKit engine (same as Google Chrome or Safari) while the latter will save screenshots as if you are viewing the page in Internet Explorer.

command line screenshots
Screen Capture Web Pages from Command Prompt

Now to capture a screenshot of Google homepage from DOS, you write a simple like this:

IECapt --url=http://www.google.com/ --out=google.png

You have complete control over the output image format and the page dimensions.

To screen capture multiple web pages, you can write a simple DOS batch file and then configure it run at regular intervals using Windows Task Scheduler. The trick may used to create a time lapse video of web pages as this Techmeme video.

CutyCapt offers some extra options like you can turn off JavaScript and browser plug-ins so web pages may render a little faster.


Related Salesforce Migration Articles

Adobe Embraces the Cloud - Hazy Days Ahead for Mic


Yesterday Adobe announced Acrobat.com - a new set of collaborative apps available online that allow users to create and share documents and PDFs, host web meetings and much more. The announcement received significant attention from the press and...

Read more about Adobe Embraces the Cloud - Hazy Days Ahead for Microsoft?...

Chrome Experiments are here


When Google Chrome launched last September, it included a powerful JavaScript engine, V8, which was built to make the next generation of web applications perform faster in the browser. In the past few months, we've reached out to more than a dozen...

Read more about Chrome Experiments are here...