KeywordUtil.markWarning("${image}");
for (x in 1..number_persist) {
KeywordUtil.markWarning("Tentativa: ${x}")
for (i in image){
KeywordUtil.markWarning("Procurando imagem ${i}")
'Espera a imagem aparecer match 75%'
//WebUI.waitForImagePresent(findTestObject("Images/$image"), 20, FailureHandling.STOP_ON_FAILURE)
present = WebUI.verifyImagePresent(findTestObject("Images/${i}"), FailureHandling.OPTIONAL);
KeywordUtil.markWarning("Imagem: ${present}")
if (present) {
KeywordUtil.markPassed("SUCESSO. Validação de imagem. Imagem ${image} encontrada!");
return i;
}
}
WebUI.delay(1)
}
KeywordUtil.markFailed("ERRO. Validação de imagem. Painel ${image} não encontrado!")
return null;
top of page
Buscar
Posts recentes
Ver tudoimport java.text.SimpleDateFormat ]def date = new Date() today = new SimpleDateFormat("dd-MM-yyyy") println today.format(date);
10
File file = new File(filepath) line = file.getText("UTF-8").split("\n")[-1].split(";") println line; prinln line[0];
00
select * from "tabela1" where "tabela1"."Id" in (SELECT "tabela2"."id" FROM "tabela2" where "tabela2"."numero" = 1);
10
bottom of page
Comments