如何让testRigor找到这些输入?

问题描述

我正在尝试使testRigor将一些数据放入一些输入中。事实是,它找到了其中一些,但没有找到。

在这里,我将张贴一张图片,向您显示已找到和未找到INPUTS testRigor的图片。

如何使它找到我标记为红色的标记?请帮帮我。

谢谢!

testRigor inputs found and not found

这是当前代码(我用***标记了找到的和未找到的行):

login
click on the "arrow" on the left of "Notas Fiscais"
click "Compra de mercadoria"
click "Selecione um cadastro"
click "AWISE (AWISE SOLUÇÕES TECNOLÓGICAS LTDA)"
click "Informar custos adicionais"
generate by regex "[1-9]{6}",then enter into "Frete" and save as "Fretes"
generate by regex "[1-9]{6}",then enter into "Seguro" and save as "Seguros"
generate by regex "[1-9]{6}",then enter into "Outras Despesas" and save as "OutrasDespesas"
click "Continuar"
click "Selecione um produto"
click "eerenlkrwlfxr"
generate by regex "[1-9]{3}",then enter into the first input "1" and save as "quantidadeProdutos" ***FOUND***
generate by regex "[1-9]{5}",then enter into the second input "R$" and save as "custoProdutos" ***FOUND***
click "Selecione um produto"
enter "Gerar Nome Produto aquiiii" into "Pesquisar..."
click "Adicionar produto Gerar Nome Produto aquiiii"
generate by regex "[a-z]{10,18}",then enter into "Nome" and save as "produtoNomes"
generate by regex "[1-9]{2}",then enter into "Estoque mínimo" and save as "EstoqueMínimo"
click "Estoque"
generate by regex "[1-9]{2}",then enter into "Estoque" and save as "Estoque"
generate by regex "[1-9]{6}",then enter into "Código interno" and save as "CódigoInternoProduto"
click "Dados Fiscais"
click "Selecione um NCM"
enter "camisa" into "Pesquisar..."
click "61059000: Camisas de malha de outs.materias textei"
click "Precificação"
generate by regex "[1-3]{3}",then enter into "Custo Médio" and save as "CustosMédios"
generate by regex "[4-9]{3}",then enter into "Preço de venda" and save as "PreçosDeVenda"
click "Continuar"
click "Selecione um cadastro"
click "AWISE (AWISE SOLUÇÕES TECNOLÓGICAS LTDA)"
click "Adicionar Fornecedor"
click "Selecione um cadastro"
click "azlqceulwspp (mttcgndmbnznfy)"
click "Revisar"
click "Salvar"
generate by regex "[1-9]{3}",then enter into the fourth input "1" below "Qtd" and save as "quantidadeProdutos" ***NOT FOUND***
generate by regex "[1-9]{5}",then enter into the fifth input "R$" below "Vl. Un" and save as "custoProdutos" ***NOT FOUND***
generate by regex "[1-9]{3}",then enter into the sixth input "0,00" below "Desconto" and save as "custoProdutos" ***FOUND***
click "Continuar"
click "à vista"
click "entrada + parcelas"
enter "R$ 300,00" into "Missing translation \"financial.simplified_payments"
enter "2" into "Número de Parcelas"
click "Dinheiro" below the "Forma de pagamento"
click "Cartão de Crédito"
click "Continuar"
click "Continuar"
click "Salvar"
click "Precificar Produtos"
click "Nenhum produto selecionado"
click "Selecionar Todos"
click "Configurar Margem"
click "Configurar margem (%)" near the "Vendas Mercadorias Notas Fiscais Financeiro Ocorre"
enter "100" into "ember7979"
click "2 produtos selecionados"
click "Atualizar valor de venda de acordo com a margem co"
click "Nenhum produto selecionado"
click "Selecionar Todos"
click "Arredondar valor de venda"
click "Final 9,99"
click "Concluir"

解决方法

在这种情况下,应使用基于表的引用:

enter "my data" into table at row containing stored value "my_generated_id" and column "Qtd"

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...