提示:Action.c(9): Error -26377: No match found for the requested parameter "session_name". 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
怎么会这样错呢
Action.c(9): Error -26377: No match found for the requested parameter "session_name". 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]
Action.c(9): web_url("mercuryWebTours") highest severity level was "ERROR", 52180 body bytes, 1566 header bytes [MsgId: MMSG-26388]作者: 云层 时间: 2009-4-23 22:48
正确的写法应该是,针对LR9.1自带网站
web_reg_save_param("WCSParam_Diff1",
"LB=userSession value=",
"RB=>",
"Ord=1",
"RelFrameId=1.2.1",
"Search=Body",
"IgnoreRedirections=Yes",
LAST);
web_url("WebTours",
"URL=http://127.0.0.1:1080/WebTours/",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);