change: remove xpath validation

This commit is contained in:
debugtalk
2022-08-28 10:31:16 +08:00
parent bfc8f89cba
commit 98f0f5de90
4 changed files with 11 additions and 52 deletions

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"