|
我录制了一个登陆脚本,在回放时,遇到登陆的用户名和密码,系统就报错,请那位大师给于指点,谢谢!我的脚本是:
#include "web_api.h"
Action()
{
web_set_max_html_param_len("1024");
web_url("main_frame.jsp",
"URL=http://lzy:8080/WebView/main_frame.jsp",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=../HtmlControls/ImgButton.htc", "Referer=", ENDITEM,
"Url=../HtmlControls/images/login.gif", "Referer=http://lzy:8080/WebView/login.jsp", ENDITEM,
LAST);
/* Registering parameter(s) from source task id 22
// {Siebel_Analytic_search_id27} = "8"
// */
web_reg_save_param("Siebel_Analytic_search_id27",
"LB/IC=sid=\"",
"RB/IC=\"",
"Ord=49",
"Search=Body",
"RelFrameId=1.2",
LAST);
/* Registering parameter(s) from source task id 22
// {Siebel_Analytic_search_id2} = "1"
// */
web_reg_save_param("Siebel_Analytic_search_id2",
"LB/IC=sid=\"",
"RB/IC=\"",
"Ord=1",
"Search=Body",
"RelFrameId=1.2",
LAST);
web_submit_form("tUsersAction.do",
"Snapshot=t2.inf",
ITEMDATA,
"Name=username", "Value=lhl", ENDITEM,
"Name=psw", "Value=222", ENDITEM,
EXTRARES,
"Url=/HtmlControls/datagrid.htc", "Referer=", ENDITEM,
"Url=/HtmlControls/ImgButton.htc", "Referer=", ENDITEM,
"Url=/HtmlControls/TreeView.htc", "Referer=", ENDITEM,
"Url=/HtmlControls/images/nodenew.gif", "Referer=http://lzy:{Siebel_Analytic_search_id27}0{Siebel_Analytic_search_id27}0/WebView/function.jsp", ENDITEM,
"Url=/WebView/images/logo_bg0{Siebel_Analytic_search_id2}.gif", "Referer=http://lzy:{Siebel_Analytic_search_id27}0{Siebel_Analytic_search_id27}0/WebView/head.jsp", ENDITEM,
"Url=/WebView/images/jianbian.gif", "Referer=http://lzy:{Siebel_Analytic_search_id27}0{Siebel_Analytic_search_id27}0/WebView/head.jsp", ENDITEM,
"Url=/HtmlControls/images/plusnew.gif", "Referer=http://lzy:{Siebel_Analytic_search_id27}0{Siebel_Analytic_search_id27}0/WebView/function.jsp", ENDITEM,
"Url=/HtmlControls/common.js", "Referer=http://lzy:{Siebel_Analytic_search_id27}0{Siebel_Analytic_search_id27}0/WebView/tIndexAction.do?method=workspace", ENDITEM,
"Url=/HtmlControls/images/mainmenu.gif", "Referer=http://lzy:{Siebel_Analytic_search_id27}0{Siebel_Analytic_search_id27}0/WebView/head.jsp", ENDITEM,
"Url=/HtmlControls/images/doc.gif", "Referer=http://lzy:{Siebel_Analytic_search_id27}0{Siebel_Analytic_search_id27}0/WebView/head.jsp", ENDITEM,
"Url=/HtmlControls/images/msg.gif", "Referer=http://lzy:{Siebel_Analytic_search_id27}0{Siebel_Analytic_search_id27}0/WebView/head.jsp", ENDITEM,
"Url=/HtmlControls/images/date.gif", "Referer=http://lzy:{Siebel_Analytic_search_id27}0{Siebel_Analytic_search_id27}0/WebView/head.jsp", ENDITEM,
LAST);
return 0;
}:,( |
|