thanks you for the reply.But unfortunately i am not able to apply this to my project.I wish to make my requirement clear. 1.On logging in,initially the home page is displayed(with headers and footers).The body contains a webservice which dynamically brings data (like notifications today) which keeps changing. on recording using http protocol level,the login function makes a JSON `call which i am able to customize.. But i am not able to see the notification details in the home page page source since it is an webservice call without JSON` object. 2.I need those data to correlate and randomize.On recording i am getting webcustomrequest("options","url) //ajax identified webpagepost("url"/rest/etc) which one to use to call that service and verify and get those notification data in page source as well 3.Tried using ajax web driven as well,but tha`t doesnt help.. Could anyone kindly elaborate on this..Thanks in advance
↧