web_find()函数使用时碰到的问题
为了在页面检查Nomanition status 是否正确,使用web_find 检查text,但是由于有回车,所有一直没有找到,请帮我看看,是不是我写的不对?
View source里面的内容:XXX.html
<td class="cell" title="Nominated" style="text-align:right" resourceKey="nominationStatus" >
Nominated
</td>
script里面内容:
web_find("Nonimation Status Check",
"LeftOf=resourceKey=\"nominationStatus\" >\r\n",
"RightOf=\r\n</td>",
"What=Nominated",
LAST);
回车应该是\r\n 吧? 用web_reg_find()函数,问题就解决了,:victory:
页:
[1]