录制回放的老问题,不能识别对象!
web插件加载后,录制的代码对网页中下拉列表进行选择代码如下:# Wan_cfg
set_window("Wan_cfg",2);
list_select_item("select","一直在线");
# mainFrame
set_window("mainFrame",2);
list_select_item("DemandDialFlag","一直在线");
# Wan_cfg
set_window("Wan_cfg",54);
list_select_item("select","PING");
# mainFrame
set_window("mainFrame",54);
list_select_item("KpOnlineMode","PING");
只是对两个列表进行选择为什么出现4个set_window();
回放时“Wan_cfg",“select”
出错不能识别;
而“DemandDialFlag",”KpOnlineMode",能够识别?
是web插件没有装好吗?还是其他原因?急啊 在线等待!!! 可以录制出来,说明肯定是可以回放的,应该还是你对象库的问题,检查一下是不是有什么属性发生了变化
页:
[1]