I have found the answer to my own question. I have used the wrong
property by mistake. Dialog does not have Name property but instead
Text.
Browser("micclass:=Browser").Dialog("Name:=Microsoft Internet
Explorer").WinButton("Name:=OK").Click
should have been
Browser("micclass:=Browser").Dialog("Text:=Microsoft Internet
Explorer").WinButton("Text:=OK").Click
It's good to laugh at oneself for a silly mistake such as this.
On Feb 17, 5:10 pm, Roman Zilber <
rzil...@gmail.com> wrote:
> Well, if you decide to use descriptive *programming,* you need to learn
> > Staci- Hide quoted text -
>
> - Show quoted text -