【发布时间】:2021-02-10 22:07:02
【问题描述】:
我试图让 testRigor 找到这个输入但没有成功: the input we're trying to put data on
<td title="" id="ember857" class="right aligned middle aligned ember-view">R$ 0,00</td>
ID 总是不一样的,所以我们不能使用它。 已经尝试过:
generate by regex "[1-9]{6}", then enter into the second input "R$ 0,00" and save as "custoProdutos"
generate by regex "[1-9]{6}", then enter into the first input "R$ 0,00" and save as "custoProdutos"
generate by regex "[1-9]{6}", then enter into input "R$ 0,00" and save as "custoProdutos"
generate by regex "[1-9]{6}", then enter into input "R$ 0,00" and save as "custoProdutos"
generate by regex "[1-9]{6}", then enter into input "R$ 0,00" below the "Vl. Un." and save as "custoProdutos"
【问题讨论】:
标签: testrigor