如何使用web_find函数查找带有引号的内容?
如:<a href="default.php" title="51Testing软件测试论坛 ">要查找"51Testing软件测试论坛 " 这段内容(包含引号)
使用 web_find("findx",
"leftof=title=",
"rightof=>",
"what="51Testing软件测试论坛 "",
last>
这种写法是无法通过V-Gen函数检查的。那么该怎么写呢?是不是有类似HTML中字符转义的方法? 回复 1# zhangdehua
帮顶。求解~~ 找到了答案, 在"前面加/
我这有个问题,web_sumit_form后,页面会出现一个radio button,在 HTML里看到是<input type="radio" name="fileName" 。使用
web_find("web_find",
"What=input type= \"radio\"",
LAST);
运行时报错,说0occurence, 但是用
web_reg_find("Text=input type=\"radio\"",
LAST);
运行可以通过。 回复 3# zzp1012
纠正,是加\
页:
[1]