You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"field1":{"label":{"en": "Path of the element","fr": "Chemin de l'élément"},"picto":"images/action-settings.png","class": "col-lg-8 crb-autocomplete-element crb-contextual-button"},
"field1":{"label":{"en": "Array (ex : [\"a\",\"b\",\"c\"])","fr": "Tableau (ex : [\"a\",\"b\",\"c\"])"},"picto":"images/action-font.png","class": "col-lg-8 crb-autocomplete-variable"},
@@ -328,7 +331,7 @@ var newControlOptList = {
328
331
"unknown":{"value":"unknown","label":{"en":"Define a control","fr":"Choisir un control"},"application_types":["GUI","SRV","IPA","APK","BAT","FAT","NONE"]},
329
332
"string_comparison":{"value":"string_comparison","label":{"en":"String Comparison","fr":"Comparaison de Textes"},"application_types":["GUI","SRV","IPA","APK","BAT","FAT","NONE"],"equals":"verifyStringEqual","different":"verifyStringDifferent","greater":"verifyStringGreater","minor":"verifyStringMinor","contains":"verifyStringContains","notContains":"verifyStringNotContains"},
330
333
"numeric_comparison":{"value":"numeric_comparison","label":{"en":"Numeric Comparison","fr":"Comparaison de Numériques"},"application_types":["GUI","SRV","IPA","APK","BAT","FAT","NONE"],"equals":"verifyNumericEquals","different":"verifyNumericDifferent","greater":"verifyNumericGreater","greaterOrEqual":"verifyNumericGreaterOrEqual","minor":"verifyNumericMinor","minorOrEqual":"verifyNumericMinorOrEqual"},
"element_text":{"value":"element_text","label":{"en":"Verify Text in Element","fr":"Vérifier le texte de l'élément"},"application_types":["GUI","SRV","IPA","APK","BAT","FAT","NONE"],"equals":"verifyElementTextEqual","matchRegex":"verifyElementTextMatchRegex","different":"verifyElementTextDifferent","contains":"verifyElementTextContains","notContains":"verifyElementTextNotContains"},
333
336
"element_numeric":{"value":"element_numeric","label":{"en":"Verify Numeric in Element","fr":"Vérifier la valeur numérique de l'élément"},"application_types":["GUI","SRV","IPA","APK","BAT","FAT","NONE"],"equals":"verifyElementNumericEqual","different":"verifyElementNumericDifferent","greater":"verifyElementNumericGreater","greaterOrEqual":"verifyElementNumericGreaterOrEqual","minor":"verifyElementNumericMinor","minorOrEqual":"verifyElementNumericMinorOrEqual"},
334
337
"array":{"value":"array","label":{"en":"Verify Array Content","fr":"Vérifier le contenu d'un tableau"},"application_types":["GUI","SRV","IPA","APK","BAT","FAT","NONE"],"isArrayString":"verifyStringArrayContains","isArrayNumeric":"verifyNumericArrayContains","isElementArrayString":"verifyElementTextArrayContains","isElementArrayNumeric":"verifyElementNumericArrayContains"},
0 commit comments