我想用描述性编程处理"Fax Order No. "总是变化的问题,代码如下:
DialogText="Fax Order No.*"
Window("Flight Reservation").Dialog("text:="&DialogText).WinObject("name:=Fax Number:").Type "1111111111"
提示错误:
Cannot identify the object "[ WinObject ]" (of class WinObject). Verify that this object's properties match an object currently displayed in your application.
这样写哪里不对呢,应该怎么写?