lR录制脚本出现 -27995错误
使用lr 录制 一个网站的注册用户的 脚本 ,录制好的脚本中出现 很多问号 ,日志记录出现 -27995错误 编码的问题 编码问题 我知道,问题是在点击网页注册的按钮这部分的脚本中出现 很多问号,不知道这些问号是怎么回事,我将问号改成链接地址,就出现这个错误了脚本如下:
web_url("forum.php",
"URL=http://127.0.0.1/upload/forum.php",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t19.inf",
"Mode=HTML",
LAST);
/* Request with GET method to URL "http://127.0.0.1/favicon.ico" failed during recording. Server response : 404*/
web_link("????", /* 出现问好什么原因*/
"Text=?????",
"Ordinal=1",
"Snapshot=t20.inf",
LAST);
return 0; 设置下recording option -》recording-》HTML Advanced-》script type 选择下面的试试即 a script containingexplicit urls only 额,没遇到过。
BTW,我想问下500是服务内部出错,“Server response : 404”呢? 回复 6# moyudong
可以查看一下返回错误的解释404是指无法找到页面。这样的代码有很多。常见的可以了解一下。 回复 7# mymagic
thx
页:
[1]