例如类似的:
Cannot find the "是(Y)" object's parent "自动完成" (class Dialog). Verify that parent properties match an object currently displayed in your application.
Line (4): "Browser("OnLine Ordering (v2.1.0)").Dialog("自动完成").WinButton("是(Y)").Click".
Tip: If the objects in your application have changed, the Maintenance Run Mode can
help you identify and update your steps and/or the objects in your repository.作者: clong0912 时间: 2010-3-1 16:56
仔细检查下对象库,看看包含了这个对象没,没的话就先添加对象库。作者: z_kh 时间: 2010-3-1 17:13
主要是报不能识别对象的错误,这种情况多半发生在打开新的字窗口,或者弹出一个msgbox、或者在text.box中出现
===============
这个很难界定原因了,太范了,最好是具体问题具体分析。
看楼主这么描述可能是同步的问题吧
用wait处理下作者: dreamever 时间: 2010-3-1 17:26
多半是对象同步的问题,当脚本去执行某个按钮的点击操作时,这个按钮却没刷出来,就会报错。
设置一下等待时间吧。作者: ly113 时间: 2010-3-1 17:36
估计就是楼上说的同步问题,设置下等待时间吧~