如何存储xpath计数并使用selenium IDE增加它

时间:2013-08-22 12:24:08

标签: selenium-ide

<td class="datepickerSelected">   
<a href="#">   
<span>21</span>   
</a>   
</td>  
 <td class="">   
<a href="#"> 

如何在变量中获取csscount / xpath计数并增加计数以指向下一个位置。

1 个答案:

答案 0 :(得分:0)

您可以使用storeXpathCount命令将计数存储在变量中。 (参考:http://software-testing-tutorials-automation.blogspot.in/2013/06/using-storexpathcount-in-selenium-ide.html)然后使用store命令和javascript {storedVars.MyVar ++;}之类的字符串来增加变量的值。 (参考:http://software-testing-tutorials-automation.blogspot.in/2013/07/steps-for-data-driven-testing-with.html