printImage
Saves specified image to the file print.png
Syntax
printImage = function(aImage);
Parameters
- aImage
- functions: image to be saved
Notes
- Functional is available only when working with WATaskTester
Examples
loadURI('http://www.google.com/recaptcha/learnmore'); //Get the captcha image var image = getImage(0,['src'],['google.com/recaptcha/']); printImage(image);