Hi
You could program a web_reg_fine (text check) like:
int val1 = 1;
…
val1 = web_reg_find("Search=Body",
"Text=Images",
LAST);
…
if (val1 == 0)
lr_output_message("Found");
< your code…>
else
lr_output_message("Not Found");
Attached example for Images on www.google.com page.
Rodolfo Leitón
HP LR/PC Support
If you are customer you can try posting on our internal forums for more personalized support.
For LoadRunner here.
For Performance Center here.
If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.
If you found this information useful please leave a kudo.