|
SystemUtil.Run "D:\WINDOWS\system32\calc.exe","","D:\WINDOWS\system32","open"
Window("regexpwndtitle:=计算器").WinButton("text:=1").Click
Window("regexpwndtitle:=计算器").WinButton("text:=2").Click
Window("regexpwndtitle:=计算器").WinButton("text:=3").Click
Window("regexpwndtitle:=计算器").WinButton("text:=+").Click '这句脚本有什么错误?找不到对象为何?
Window("regexpwndtitle:=计算器").WinButton("text:=4").Click
Window("regexpwndtitle:=计算器").WinButton("text:=5").Click
Window("regexpwndtitle:=计算器").WinButton("text:=6").Click
Window("regexpwndtitle:=计算器").WinButton("text:==").Click
Window("regexpwndtitle:=计算器").WinEdit("nativeclass:=Edit").Check CheckPoint("Edit")
window("regexpwndtitle:=计算器").Close
+号怎么样才可以描述? |
|