mspatel
11 years agoContributor
Exists wont work
Why following Exists Check fails when there is no Pop up ?
It works when Authetication window pop up, but script fails when there is no pop up. It will wait until default time out and then Script errors.
IF Aliases.browser.Window("DialogClass", "Authentication Required", 1).Exists Then
bla
bla
End If