测试登录功能提示异常
在录制一个IE登录页面功能,具体操作是:输入错误的用户名点击登录—提示“用户名不存在”—点击提示框的“确定”按钮关闭提示框。在回放时失败,提示:Cannot find the "确定" object's parent "Internet Explorer" (class Window). Verify that parent properties match an object currently displayed in your application.
Line (3): "Window("Internet Explorer").Dialog("web").WinButton("确定").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.
求助高手,这个是什么问题需要怎么解决的,非常感谢 1,在脚本中把Window("Internet Explorer").去掉
2,在对象库中也删除掉对应的节点对象
保留Dialog("web").WinButton("确定").Click 即可 sterson 发表于 2016-1-11 08:51
1,在脚本中把Window("Internet Explorer").去掉
2,在对象库中也删除掉对应的节点对象
保留Dialog("web" ...
新手,虽说没搞懂,但还是非常感谢
页:
[1]