|
各位大大们,现在小弟遇到个检查点问题,请各位客官来看下,具体情况如下:
我是在打开程序页面后才添加检查点,然后在页面源代码中找到下图的基本信息
源代码如下:
<a href="/creatorepp/perspective_content.frame?menu_path=module%3A%3Amenu%3A%2F%2Fsysmenu%24root%2Findexpage%24item&menu_type=1" target="perspective_content">
<img alt="首页" title="首页" src="/creatorepp/sysmanager/bbs/images/home.gif"
然后我添加的文本检查如下:
web_image_check("web_image_check",
"Src=/creatorepp/sysmanager/bbs/images/home.gif",
"Alt=首页",
LAST);
我回放脚本时候一直报错如下:
Action.c(6): Error -27191: "web_image_check" failed (0 occurrence(s) found. Alt="..", Src=....." [MsgId: MERR-27191]
求各位大大们能帮助下,谢谢了 |
|