今天我成功关联,LR自带的网站
今天我成功关联,LR自带的网站总结:
1、看到一个视频,order=1,是错的。而是3!
2、中文版不稳定,录制脚本经常不一致!
脚本如下:
Action()
{
web_reg_save_param("session_name",
"LB=name=userSession value=",
"RB=>",
"Ord=3",
LAST);
web_url("mercuryWebTours",
"URL=http://127.0.0.1:1080/mercuryWebTours/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
web_reg_find("Text=nianyong",
LAST);
web_submit_data("login.pl",
"Action=http://127.0.0.1:1080/mercuryWebTours/login.pl",
"Method=POST",
"RecContentType=text/html",
"Referer=http://127.0.0.1:1080/mercuryWebTours/nav.pl?in=home",
"Snapshot=t2.inf",
"Mode=HTML",
ITEMDATA,
"Name=userSession", "Value={session_name}", ENDITEM,
"Name=username", "Value=nianyong", ENDITEM,
"Name=password", "Value=111111", ENDITEM,
"Name=JSFormSubmit", "Value=on", ENDITEM,
"Name=login.x", "Value=0", ENDITEM,
"Name=login.y", "Value=0", ENDITEM,
LAST);
web_image("SignOff Button",
"Alt=SignOff Button",
"Snapshot=t3.inf",
LAST);
return 0;
}
测试结果图:
页:
[1]