The SAVEAS command can save different information to a file. The settings for the FOLDER=... and FILE= attributes are the same as in the ONDOWNLOAD FOLDER=... FILE=... command.
1. Save the web page:
SAVEAS TYPE=CPL/MHT/HTM/TXT FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}}
This command is the same as you find under "File > Save As" in Internet Explorer. It saves the page that is currently displayed in the browser. A dateandtime stamp is automatically added to create a unique file name. You can also use TYPE=1,2,... to select the first, second (and so on) file type of the dialog regardless of the type name. This can be useful when saving XML or XSL data with the web browser.
This SAVEAS command is automatically created by iMacros during macro recording if you click the "Save As" button on the "REC" tab.
2. Save a screenshot of the web page:
SAVEAS TYPE=BMP FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}}
Saves a screenshot of the web page. The screenshot is taken of the complete web page, not just the part that is currently displayed in the browser. This command is only available in the IM Browser. This command is also a good alternative for very complicated web pages, that can not be saved by the traditional "Save As" command as in (1) above.
This type of SAVEAS command must be manually inserted to the macro.
3. Save the content of the EXTRACT variable:
SAVEAS TYPE=EXTRACT FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}}
Save extracted data to a file. This command must be used after the extract command itself. If several EXTRACT commands are used within one macro, the content is appended to the file. If a new macro is started, any file content is overwritten.
This type of SAVEAS command must be manually inserted to the macro.
Page URL http://www.iopus.com/imacros/help/saveas_type.htm