如何使用Selenium IDE验证h1标签是否具有特定文本?

时间:2014-03-13 19:05:58

标签: selenium selenium-ide

如何使用Selenium IDE验证某个元素是否具有特定的属性值? 例如 - 如果我们有div id="fb-root" class=" fb_reset",如何验证当前元素的id是否等于fb-root

1 个答案:

答案 0 :(得分:0)

使用verifyAttribute

用法:

verifyAttribute  |  css=div.fb_reset@id  |  fb-root