Related example macro: Demo-TakeScreenshot
The iMacros Browser can automatically take screenshots of web pages. This includes the part "below the fold", i.e. iMacros takes the screenshot of the entire web page, no matter the length, even if it scrolls off-screen!
To take a web page screenshot, insert a SAVEAS TYPE=BMP command into the macro like in this example (for the FOLDER and FILE settings, see the documentation):
SAVEAS TYPE=BMP FOLDER=* FILE=My_Screenshot.bmp
The file format is the standard Windows Bitmap format (BMP). This file format can used with any image editor. Also, it can be compressed effectively with any ZIP compression tool or the Windows built-in "compress contents" option for folders.
Example screenshot of the iOpus iMacros web site:
The screenshot (taken by iMacros) demonstrates that iMacros takes screenshots of the entire web page, no matter the length!
Page URL http://www.iopus.com/imacros/help/web_page_screenshot.htm