change: remove xpath validation

This commit is contained in:
debugtalk
2022-08-28 10:35:27 +08:00
parent 598ae509de
commit ad730b3542
4 changed files with 11 additions and 52 deletions
-1
View File
@@ -42,7 +42,6 @@ const (
// UI validation
uiSelectorName string = "ui_name"
uiSelectorXpath string = "ui_xpath"
uiSelectorOCR string = "ui_ocr"
assertionExists string = "exists"
assertionNotExists string = "not_exists"