|
录制脚本发生的问题
vuser_init()
{
web_url("wpad.dat",
"URL=http://123.129.254.13/wpad.dat",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
web_url("mercuryWebTours",
"URL=http://127.0.0.1:1080/mercuryWebTours/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t2.inf",
"Mode=HTML",
LAST);
lr_think_time(12);
web_submit_form("login.pl",
"Snapshot=t3.inf",
ITEMDATA,
"Name=username", "Value=lisahu", ENDITEM,
"Name=password", "Value=lisa", ENDITEM,
"Name=login.x", "Value=36", ENDITEM,
"Name=login.y", "Value=9", ENDITEM,
LAST);
return 0;
}
不知道怎么会多出来一段这个
web_url("wpad.dat",
"URL=http://123.129.254.13/wpad.dat",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
这是怎么回事呢?请大侠帮助解决 |
|