|
我在录制脚本时出现下列错误码:
Action.c(395): Error -26377: No match found for the requested parameter "Siebel_Analytic_ViewState7". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 2812 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(395): web_url("message_revert.aspx") highest severity level was "ERROR", 157 body bytes, 275 header bytes [MsgId: MMSG-26388]
Ending action Action.
是应该修改下面的东东吗?(如何修改,请高手指教,万分感谢!谢谢!):
/* Registering parameter(s) from source task id 122
// {Siebel_Analytic_ViewState7} = "dDwtNjI5MjYzNjc5O3Q8O2w8aTwxPjs+O2w8dDw7bDxpPDk+Oz47bDx0PHA8bDxpbm5lcmh0bWw7PjtsPA0NDQ0NLS0tLS0t5oKo5Zyo5p2l5L+h5Lit5YaZ6YGTOi0tLS0tDXRlZHR5dHl1eWpoZw0NLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS07Pj47Oz47Pj47Pj47bDxDaGVja0JveDE7Pj4dFyXJ5sBOpR9T1CG2EPmKNnzslQ=="
// */
web_reg_save_param("Siebel_Analytic_ViewState7",
"LB/IC=ViewState\" value=\"",
"RB/IC=\"",
"Ord=1",
"RelFrameId=1",
"Search=Body",
LAST);
web_url("message_revert.aspx",
"URL=http://www.sailing2008.org/qingdao2008_volunteer_system/message_revert.aspx?revertid=86",
"Resource=0",
"RecContentType=text/html",
"Referer=http://www.sailing2008.org/qingdao2008_volunteer_system/message_list.aspx",
"Snapshot=t28.inf",
"Mode=HTML",
LAST); |
|