在录制一个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.