|
我在脚本中添加了文本检查点,但是运行时每次遇到检查点就直接跳到Vuser_end,导致找不到文本,请问是什么问题?
涉及代码如下:
web_find("web_find",
"RightOf=",
"LeftOf=",
"What=超级用户",
LAST);
web_submit_data("login.do_2",
"Action=http://192.168.10.22:8022/dc/login/login.do?action=submit",
"Method=POST",
"RecContentType=text/html",
"Referer=http://192.168.10.22:8022/dc/login/login.do?action=entry",
"Snapshot=t4.inf",
"Mode=HTML",
ITEMDATA,
"Name=userCode", "Value={UserCode}", ENDITEM,
"Name=password", "Value={Password}", ENDITEM,
EXTRARES,
"Url=../images/sg/orange/banner_p.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=topFrame", ENDITEM,
"Url=../images/sg/orange/client/banner.jpg", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=topFrame", ENDITEM,
"Url=../images/sg/orange/message.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=topFrame", ENDITEM,
"Url=../images/sg/orange/notice.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=topFrame", ENDITEM,
"Url=../images/sg/orange/time.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=topFrame", ENDITEM,
"Url=../images/sg/orange/left_bg.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/welcome.jpg", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=mainFrame", ENDITEM,
"Url=../images/sg/orange/foot_p.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=footFrame", ENDITEM,
"Url=../images/sg/orange/foot.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=footFrame", ENDITEM,
"Url=../images/sg/orange/admin.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=topFrame", ENDITEM,
"Url=../images/sg/console.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=topFrame", ENDITEM,
"Url=../images/sg/orange/tree/file.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/close.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/open.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/web.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/T.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/L.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/Lplus.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/Tplus.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/I.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/Tminus.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/Lminus.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
"Url=../images/sg/orange/tree/empty.gif", "Referer=http://192.168.10.22:8022/dc/login/login.do?action=leftFrame", ENDITEM,
LAST); |
|