Search Content


Content Categories



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 Compare Security Software Articles

Designing for Gestures - Lessons From Print


As a digital and web designer, most of my work has traditionally lived on a screen. Sure, I believe in the power of hand-sketching concepts and paper prototyping, but after a certain point in a project my focus moves to, and stays with, the...

Read more about Designing for Gestures - Lessons From Print...

Google Docs Users Spend Only 5 Minutes per Month o


Compete says that, on an average, a unique visitor to Google Docs logs in to his/her account just on 3 days per month. And the overall engagement level is even worse because an average visitor is spending just about 5 minutes per month on the Google...

Read more about Google Docs Users Spend Only 5 Minutes per Month on the Site...