我怎样才能让 testRigor 以正确的方式找到这个输入?

How can I make testRigor find this input the right way?

我试图让 testRigor 找到这个输入但没有成功: the input we're trying to put data on

<td title="" id="ember857" class="right aligned middle aligned ember-view">R$&nbsp;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$&nbsp0,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"

请尝试相对位置:

generate by regex "[1-9]{6}", then enter into the third input on the right of  "eerenlkrwlfxr" and save as "custoProdutos"

或部分匹配:

generate by regex "[1-9]{6}", then enter into the second input "R$" and save as "custoProdutos"