|
请问下提交一条记录的时候会弹出一个对话框,在对话框中操作好后点确定按钮把记录给提交给别的用户,这个时候在点确定的同时自动关闭该对话框.我录制上述过程回放中老是出现"Cannot identify the object "WebElement" (of class WebElement). Verify that this object's properties match an object currently displayed in your application"错误.对象加到对像库中也是如此.
录制的代码如下:
Browser("信息管理系统").Page("信息管理系统").Frame("clgzdbframe").WebCheckBox("mainForm:page1Table:0:_id5").Set "ON"
Browser("信息管理系统").Page("信息管理系统").Frame("mainFrame").WebElement("WebTable").Click
Browser("信息管理系统").Dialog("Microsoft Internet Explorer").WinButton("确定").Click
Browser("信息管理系统").Window("-- 网页对话框").Page("Page").WebList("nextRunUser").Select "管理员"
Browser("信息管理系统").Window("-- 网页对话框").Page("Page").Image("btn_sure1").Click
Browser("信息管理系统").Window("-- 网页对话框").Dialog("Microsoft Internet Explorer").WinButton("确定").Click
Browser("信息管理系统").Page("信息管理系统").Frame("clgzdbframe").WebElement("WebElement").Click
Browser("信息管理系统").Page("信息管理系统").Image("relogin").Click
倒数第二句出错.请各位帮解决下. |
|