mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 09:19:41 +08:00
feat: tap by ocr and cv
This commit is contained in:
@@ -34,6 +34,8 @@ const (
|
||||
// UI handling
|
||||
uiHome MobileMethod = "home"
|
||||
uiTapXY MobileMethod = "tap_xy"
|
||||
uiTapByOCR MobileMethod = "tap_ocr"
|
||||
uiTapByCV MobileMethod = "tap_cv"
|
||||
uiTap MobileMethod = "tap"
|
||||
uiDoubleTapXY MobileMethod = "double_tap_xy"
|
||||
uiDoubleTap MobileMethod = "double_tap"
|
||||
|
||||
Reference in New Issue
Block a user