Forum Discussion
lalit_chand
15 years agoOccasional Contributor
Hi Alex,
We executed below test scipt.
[VB Script]
set iexplore = Aliases.Sys.Process("iexplore", 2)
set saveButton =iexplore.Window("#32770", "File Download").Window("Button", "&Save")
If (saveButton.Exists) Then
aqUtils.Delay 2000
saveButton.ClickButton
Log.Message "Found: " + saveButton.FullName
Else
Log.Message "Not found"
end if
Here is the log of this test Script.
[Log Start]
The button was clicked with the left mouse button. 1:01:24
Found: Sys.Process("iexplore", 2).Dialog("File Download").Button("Save") 1:01:24
[Log End]
We are not getting any error like i said before.
Regards,
Lalit
We executed below test scipt.
[VB Script]
set iexplore = Aliases.Sys.Process("iexplore", 2)
set saveButton =iexplore.Window("#32770", "File Download").Window("Button", "&Save")
If (saveButton.Exists) Then
aqUtils.Delay 2000
saveButton.ClickButton
Log.Message "Found: " + saveButton.FullName
Else
Log.Message "Not found"
end if
Here is the log of this test Script.
[Log Start]
The button was clicked with the left mouse button. 1:01:24
Found: Sys.Process("iexplore", 2).Dialog("File Download").Button("Save") 1:01:24
[Log End]
We are not getting any error like i said before.
Regards,
Lalit