feat: validate with label

This commit is contained in:
debugtalk
2022-08-28 12:04:21 +08:00
parent ad730b3542
commit 939c153d37
3 changed files with 51 additions and 10 deletions

View File

@@ -42,6 +42,7 @@ const (
// UI validation
uiSelectorName string = "ui_name"
uiSelectorLabel string = "ui_label"
uiSelectorOCR string = "ui_ocr"
assertionExists string = "exists"
assertionNotExists string = "not_exists"