TA的每日心情 | 奋斗 2016-1-7 16:41 |
---|
签到天数: 2 天 连续签到: 1 天 [LV.1]测试小兵
|
各种上网搜索都解决不了,该问题困扰了好久,该脚本是否有问题,求大神指教
代码如下:
web_url("SignOff Button",
"URL=http://localhost:1080/WebTours/welcome.pl?signOff=1",
"TargetFrame=body",
"Resource=0",
"RecContentType=text/html",
"Referer=http://localhost:1080/WebTours/nav.pl?page=menu&in=home",
"Snapshot=t5.inf",
"Mode=HTML",
LAST);
web_add_cookie("MSO=SID&1452223954; DOMAIN=localhost");
web_add_cookie("MTUserInfo=firstName&Joseph&address2&San%20Jose%2FCA%2F94085&username&jojo&hash&47&lastName&Marshall%0A&address1&234%20Willow%20Drive&creditCard&&expDate&%0A; DOMAIN=localhost");
web_url("SignOff Button_2",
"URL=http://localhost:1080/WebTours/welcome.pl?signOff=1",
"TargetFrame=body",
"Resource=0",
"RecContentType=text/html",
"Referer=http://localhost:1080/WebTours/nav.pl?page=menu&in=home",
"Snapshot=t6.inf",
"Mode=HTML",
LAST); |
|