|
脚本如下:
web_edit_field("tbx_channel",
"Snapshot=t5.inf",
DESCRIPTION,
"Type=text",
"Name=tbx_channel",
ACTION,
"FireEvent=onclick",
LAST);
web_edit_field("tbx_channel_2",
"Snapshot=t6.inf",
DESCRIPTION,
"Type=text",
"Name=tbx_channel",
ACTION,
"SetValue=北京房产",
LAST);
但回放后报如下的错,各位有没有解决办法呢?一起出来分享一下吧!
Action.c(24): Error -26224: Edit field not found [MsgId: MERR-26224]
Action.c(24): No "INPUT" element of type "text" found in the browser/frame [MsgId: MMSG-26176]
Action.c(24): web_edit_field("tbx_channel") highest severity level was "ERROR" [MsgId: MMSG-26391] |
|