feat: validate image exists

This commit is contained in:
debugtalk
2022-08-28 23:17:12 +08:00
parent bbcb61e0ee
commit f2627fab9b
5 changed files with 44 additions and 6 deletions

View File

@@ -46,6 +46,7 @@ const (
uiSelectorName string = "ui_name"
uiSelectorLabel string = "ui_label"
uiSelectorOCR string = "ui_ocr"
uiSelectorImage string = "ui_image"
assertionExists string = "exists"
assertionNotExists string = "not_exists"
)