使用selenium IDE捕获图像中的更改

时间:2013-09-05 05:48:38

标签: selenium-ide

是否可以使用selenium IDE识别图像中的更改? 有两个图像,一个将显示为活动模式,另一个将显示为非活动模式,我可以根据我在上面指定的功能验证图像更改[活动/非活动]。 请帮我。 相关HTML:

1 个答案:

答案 0 :(得分:2)

如果你有ON / OFF模式的属性,你可以使用很多assert *命令并通过xPath找到img标签。

例如,使用

添加Seleinum IDE行

assertElementPresent // img [@ title =“OFF”]

assertElementPresent // img [@ title =“ON”]