window中输入文本框的定位问题。
一个from页面上有多个输入框,
如上图中要如何定位输入文本框,其输入文本框属性除x、y值其他值要么相同,要么回放时会改变。
我想利用x、y来定位
Window("text:=Form3").WinObject("x:=474,y:=290").type “11”
结果运行的时候总是提示:
The"[WinObject]" object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description inorder to uniquely identify the object.