I have added in the lr_output_message as you suggested and get this :
//Click the link to manually refresh the page and get the
//status of this. Status of 0 = success, 1 = failure.
status=web_link("click here.",
"Text=click here.",
"Snapshot=t7.inf",
LAST);
lr_output_message("The value of Status is %i",status);
The value of Status is 0
The value of Status is 0
The value of Status is 0
The value of Status is 0
The value of Status is 0
The value of Status is 0
The value of Status is 0
The value of Status is 0
The value of Status is 0
The value of Status is 1
On Aug 25, 4:03 pm, Abhishek Banginwar <
abhishek.bangin...@gmail.com>
wrote:
> Jim,
> Only Way your loop exits is when it exceeds 20 mins of refreshing your page
> or when Status changes to 1.
> I tried searching if web_link returns any value. i was not able to find any
> example or syntax specifying the same.
> can you please do the following?
>
> 1. Using lr_vuser_status_message or lr_message, print the value of status
> variable.
> 2. change web_link to web_url, if you get proper response in status
> Abhishek- Hide quoted text -