Thanks for the response Shane, since there is very little documentation on this function.
would like to verify the syntax to properly use this function:
web_reg_cross_step_download("URL=./abc/../..html", LAST);
I did not find the response of this URL anywhere in the step replay log.
One unique thing I found is that if I use the same URL again for ex:
web_reg_cross_step_download("URL=./abc/../..html", LAST);
web_url("ABC",
URL=./abc/../..html",
Last);
In the step replay log I can see "retaining web_cross_step_download..."
and correct response is observed after few Http requests.
So my question is what is the correct syntax to use this particular function, was not able to get much documentation on this function.
Thanks