bluetearxie 发表于 2012-3-8 14:42:32

收藏了 谢谢楼主分享

wujinjie0346 发表于 2012-3-9 11:16:05

谢谢

蓝色水滴 发表于 2012-3-14 16:13:07

网上的人都这么说,但是怎么做都是错误的,即:



2)信息2Action.c(27): Error -26366: "Text=ABC" not found for web_reg_find


Action.c(27): web_submit_data("userLogin.struts") highest severity level was "ERROR", 18364 body bytes, 918 header bytes, 13 chunking overhead bytes




至今无人能解答。

蓝色水滴 发表于 2012-3-14 16:13:41

按照下面的2个方法实验过了,还是错误的。

蓝色水滴 发表于 2012-3-14 16:14:05

Action()
{
web_reg_find("Fail=NotFound",
                "Search=Body",
                "SaveCount=ac",
                "Text/ALNUMIC=登录",
                LAST);


        web_url("www.baidu.com",
                "URL=http://www.baidu.com/",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                EXTRARES,
                "URL=/cache/sug/js/bdsug-1.1.js", ENDITEM,
                "URL=http://nsclick.baidu.com/v.gif?pid=201&pj=www&fm=behs&tab=refer&refer=&path=http%3A%2F%2Fwww.baidu.com%2F&t=1331712332875", ENDITEM,
                "URL=/img/i-1.0.0.png", ENDITEM,
                LAST);

        return 0;
}



Action.c(14): Error -26366: "Text=登录" not found for web_reg_find       
Action.c(14): web_url("www.baidu.com") highest severity level was "ERROR", 10350 body bytes, 2205 header bytes       

蓝色水滴 发表于 2012-3-14 16:14:34

楼主,解答下,或者直接把脚本拷过去,你试试看。

white2010 发表于 2012-3-22 17:06:00

这些函数是在http协议下才能用的
页: 1 [2]
查看完整版本: LR检查点使用小结