|
录制了脚本,发现url里有{CSRule_1_UID73},回放脚本的时候报错,如何处理呢?
脚本:
web_url("selloffer.img-v2.js",
"URL=http://st{CSRule_1_UID6}le.xx.com/js/app/search/v2.{CSRule_1_UID4}/screens/selloffer.{CSRule_1_UID7}-v2.js{CSRule_1_UID44}t={CSRule_1_UID85}{CSRule_1_UID4}{CSRule_1_UID85}{CSRule_1_UID4}{CSRule_1_UID85}9",
"Resource=1",
"RecContentType=text/javascript",
"Referer=http://search.xx.com/selloffer/k-{CSRule_1_UID2}_n-{CSRule_1_UID6}.html{CSRule_1_UID44}button_click={CSRule_1_UID3}",
"Snapshot=t8.inf",
LAST);
报错信息如下:
Action.c(622): Error -26377: No match found for the requested parameter "CSRule_1_UID85". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(622): web_concurrent_end highest severity level was "ERROR", 218852 body bytes, 10919 header bytes, 24 chunking overhead bytes [MsgId: MMSG-26387] |
|