Thx, both of these were great helps
but... ;-) these still dont work
Index:=1 also not
Any other thoughts? thxxxx ;-)
My Winbutton still failed. So I combined the two statements and it seems to work.
thx tdevick
but... ;-) these still dont work
Code:
.WinButton("text:=Cancel","nativeclass:=Button","Index:=0").Highlight(0)
.WinButton("text:=&Open","nativeclass:=Button","Index:=0").Highlight(0)
.WinButton("text:=&Open","nativeclass:=Button","Index:=0").Click
Index:=1 also not
Any other thoughts? thxxxx ;-)
My Winbutton still failed. So I combined the two statements and it seems to work.
Code:
.Dialog("text:=File Download","Location:=1").WinButton("text:=Cancel","nativeclass:=Button","Index:=1").Highlight(0)
thx tdevick