如何使用Selenium IDE验证不存在的HTML元素

时间:2014-04-28 04:45:44

标签: html selenium-ide

我在FF上使用Selenium IDE来验证某些HTML源代码不应出现在页面中。

enter image description here

我正在使用的语法是:

Command: verifyNotHtmlSource

Target: css=iframe#MainFrame

Value: Cl<sup>-</sup>

我执行了这个命令,我希望它失败(因为HTML源代码中有“Cl<sup>-<sup>”)。 但它通过了! enter image description here

我们能弄明白为什么吗?如何验证“Cl<sup>-</sup>”不在HTML源代码中?

2 个答案:

答案 0 :(得分:0)

assertElementNotPresent | //sup |verifyElementNotPresent | //sup |怎么样?

答案 1 :(得分:0)

您可以考虑将assertNotVisible与一个简单的css选择器一起使用到元素中;如果它不存在,结果将为真。

例如:

assertNotVisible
css=h2 sup