05-23-2016, 12:09 PM
I have a code here but it will take 4 seconds before the tool clicks the OK button
Browser("micclass:=Browser").Dialog("micclass:=Dialog").WinButton("nativeclass:=Button", "text:=OK").Click
Just want to ask if there are ways to make the clicking of the Ok button faster.
Like when the dialog box appears, the tool automatically clicks the Ok button in a split second.
Browser("micclass:=Browser").Dialog("micclass:=Dialog").WinButton("nativeclass:=Button", "text:=OK").Click
Just want to ask if there are ways to make the clicking of the Ok button faster.
Like when the dialog box appears, the tool automatically clicks the Ok button in a split second.