我在chrome(版本3.4.4)上使用Selenium IDE 我想测试单击按钮是否会向表中添加新行。
我认为我只是:
我该怎么做? 如果有更好的解决方案,我会很乐意听到。
答案 0 :(得分:1)
Selenium IDE:比较两个变量
您的解决方案听起来不错。要比较变量,请使用if:
if | ${count1} > ${count2}
echo | button worked!
else
ThrowError | Houston, we have a problem
endIf
计算表中的行实际上是比较棘手的部分。要计算表行,您可以使用storeXPathCount,或者在Kantu的Selenium IDE中,您可以使用sourceSearch。