|
我的脚本是这样的:
//关联函数
web_reg_save_param("jsessionid",
"LB=jsessionid=",
"RB=",
"Search=body",
LAST
);
web_url("viewProject.action",
"URL=http://192.168.0.152:8083/fwtx/examinProject/viewProject.action",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.152:8083/fwtx/frame.action;jsessionid={jsessionid}",
"Snapshot=t3.inf",
"Mode=HTML",
LAST);
我想用jsession这个参数关联,可是回放脚本的时候总是报错:
Action.c(42): Error -26377: No match found for the requested parameter "jsessionid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
是我的关联函数位置写错了吗?还是别的原因呢? |
|