From: Vasudevan C. <vco...@gm...> - 2015-06-24 18:57:41
|
Hi All, I was trying to get the last request URL that was sent out through a WebClient during the exection of JS. I slept for a minute before calling the below mentioned code: WebClient().getCurrentWindow().getEnclosedPage().getWebResponse().getWebRequest().getURL().toString() I was getting the initial request only. Regards Vasu |