<td class="datepickerSelected">
<a href="#">
<span>21</span>
</a>
</td>
<td class="">
<a href="#">
如何在变量中获取csscount / xpath计数并增加计数以指向下一个位置。
答案 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)