lr_continue_on_error Example

lr_output_message("Start");
   
    web_url("Google",
"URL=https://skipper-man.blogspot.com/2013/03/tv-is-not-idiot-box-it-makes-you-idiot.html",
"TargetFrame=",
//"TargetBrowser=Google",
"Resource=0",
"RecContentType=text/html",
"Snapshot=t1.inf",
"Mode=HTML",
LAST );
   
    lr_output_message("Before Error call");
   
    lr_continue_on_error(1);
   
        lr_output_message("Before Error call web url");

web_url("Google",
"URL=https://skipper-man.blogspot.com/2013/03/tv-is-not-idiot-box-it-makes-you-idiot.html",
"TargetFrame=",
"TargetBrowser=Google",
"Resource=0",
"RecContentType=text/html",
"Snapshot=t1.inf",
"Mode=HTML",
LAST );

        lr_output_message("After Error call web url");
       
lr_continue_on_error(0);

lr_output_message("After error");

No comments:

Post a Comment