01-03-2012, 07:54 PM
Hi Ravi,
Thanks very much, I had to tweak the posted code a little, and I can make an assumption that the Close menu item is the first on the popup list, so my final code is:
This should help me solve a whole bunch of my popup issues so your response is much appreciated.
David
Thanks very much, I had to tweak the posted code a little, and I can make an assumption that the Close menu item is the first on the popup list, so my final code is:
Code:
Setting.WebPackage("ReplayType") = 2
JavaWindow("ldnGUI").JavaTab("TdiGroup").Click 10,10,"RIGHT"
wait(2)
Set WshShell = CreateObject("WScript.Shell")
WshShell.sendkeys "{ENTER}"
Set WshSEll = nothing
This should help me solve a whole bunch of my popup issues so your response is much appreciated.
David