How to right click an object?
To right click an object, use the following code.
E.g.,
strBrowser = "name:=Google.*"
strCreationTime = "CreationTime:="&creation_time
creation_time = 0
Browser(strBrowser , strCreationTime).WinButton("regexpwndtitle:=To help.*").Click ,,micRightBtn
E.g.,
strBrowser = "name:=Google.*"
strCreationTime = "CreationTime:="&creation_time
creation_time = 0
Browser(strBrowser , strCreationTime).WinButton("regexpwndtitle:=To help.*").Click ,,micRightBtn
Comments
Post a Comment