Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Re: can I check page is refresh or not by any function in VuGen 11.0

$
0
0

Hi,

 

Probably you are using Web Click&Script protocol that provides very limited abilities to interact with Browser content...

 

As I understand you need API to extract some value from page after refresh...

 

To achieve that, you can try to run JavaScript code to extract suitable DOM property and save it to parameter like in sample below:

 

web_browser("get my info",
ACTION,
"EvalJavaScript=this.document.getElementById('<my element>').value",
"EvalJavaScriptResultParam=myparam",
LAST);

 

Regards,

Leonid Pekel.

 


Viewing all articles
Browse latest Browse all 12134

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>