Forum Discussion
prakashk
14 years agoOccasional Contributor
Hello Narender,
I am following Descriptive Programming, and Am also faced like same problem.
Example: When I Launch IE - 8 Browser, dlgSetUpWindowsInternetExplorer8(pop-up) appearing, So I mapped these Pop-Up in Name Mapping and exit popups.
Here are the example:
Set iexplore = Aliases.IEXPLORE
Set Page = iexplore.dlgSetUpWindowsInternetExplorer8
If Page.Exists = True Then
Page.Close
End If
Hope It'll useful for u....
Regards,
-Prakash
prakashkonduru@hotmail.co.uk