04-07-2010, 08:36 PM
Hi,
Try send keys method..
Try send keys method..
Code:
Browser("Private Empty Car Storage(PECS_2").Dialog("File Download").WinButton("Save").Click
Dialog("0% of from xtest.c02.my.uprr._2").Dialog("Save As").WinEdit("File name:").Click
set oshell = createobject("wscript.shell")
oshell.sendkeys "p"
oshell.sendkeys "d"
oshell.sendkeys "f"
set oshell = nothing
Dialog("0% of from xtest.c02.my.uprr._2").Dialog("Save As").WinButton("Save").Click
Dialog("0% of from xtest.c02.my.uprr._2").WinButton("Close").Click