Hi all,
I'm trying to refresh a webpage using QTP.
I tried the following code:
dim WshShell
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{F5}"
Set WshShell = Nothing
But no use...
Please let me know the solution to this.
Regards,
Tina Mahajan.