Содержание

PrintImage

Saves specified image to the file print.png

Syntax

procedure PrintImage(aImage: TCSImage);

Parameters

  • aImage
    • type: TCSImage
    • functions: image to be saved

Notes

  • Functional is available only when working with WATaskTester

Examples

  1. LoadURI('http://www.google.com/recaptcha/learnmore');
    //Get the captcha image
    var image:=GetImage(0,['src'],['google.com/recaptcha/']);
    PrintElement(image);