|
运行脚步时抛"Action.c(72): Error -27979: Requested form not found [MsgId: MERR-27979]"
outboundFlight关联后找不到相应的信息,"value='232;1370;11/20/2015'"其中航班和价格会根据选择的出发地和目的地不同而不同,
求助如何解决?
脚本如下:
/*Correlation comment - Do not change! Original value='232;1370;11/20/2015' Name ='outboundFlight' Type ='ResponseBased'*/
web_reg_save_param_regexp(
"ParamName=outboundFlight",
"RegExp=name=\"outboundFlight\"\\ value=\"(.*?)\">Blue\\ Sky\\ Air\\ 232",
SEARCH_FILTERS,
"Scope=Body",
"IgnoreRedirections=No",
LAST);
web_submit_form("reservations.pl_2",
"Snapshot=t30.inf",
ITEMDATA,
"Name=outboundFlight", "Value={outboundFlight}", ENDITEM,
"Name=reserveFlights.x", "Value=77", ENDITEM,
"Name=reserveFlights.y", "Value=12", ENDITEM,
LAST);
|
|