LR9.5 添加了检查点后出现了Error -27985的问题,详情请看内容
Action.c(13): Error -27985: There is no context for HTML-based functions. A previous function may not have used "Mode=HTML" or downloaded only non-HTML page(s), or the context has been reset (e.g., due to a GUI-based function)Action.c(13): web_find highest severity level was "ERROR"
只不过是添加了一个检查点:
web_find("web_find_nfs",
"What=/nfs/",
LAST);
就是要匹配/nfs/ ,麻烦高手给看看,到底问题出在啥地方了,谢谢,在线等! web_find("web_find_nfs",
"What=nfs",
LAST); 回复 2# PrefTest
不行的提示还是之前那个
Action.c(13): Error -27985: There is no context for HTML-based functions. A previous function may not have used "Mode=HTML" or downloaded only non-HTML page(s), or the context has been reset (e.g., due to a GUI-based function)
Action.c(13): web_find highest severity level was "ERROR" 在线等高手解答 web_find("web_find_nfs",
"What=//nfs//",
LAST); 回复 5# 云层
不是的这样更不行 不是这回事问题已经解决了
用了web_reg_find这个函数 web_find不行?URL录制模式? web_find写在请求后,web_reg_find写在请求前 我测试的系统是网页游戏,录制脚本中插入了wap check的文本检查点,可以每次回放都是报和楼主一样的错,不知道怎么回事,是不是我的检查点类型设错了,麻烦知道的同仁指点一二 web_find写在请求后,web_reg_find写在请求前
云层 发表于 2011-1-12 17:18 http://bbs.51testing.com/images/common/back.gif
臣复议~~
页:
[1]