Saves specified image to the file print.png
printImage = function(aImage);
loadURI('http://www.google.com/recaptcha/learnmore'); //Get the captcha image var image = getImage(0,['src'],['google.com/recaptcha/']); printImage(image);