feat: add wait time between swipe and ocr

This commit is contained in:
xucong.053
2022-10-17 16:23:18 +08:00
parent f553755124
commit 9cd4abd370
3 changed files with 17 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ const (
var (
WithIdentifier = uixt.WithIdentifier
WithMaxRetryTimes = uixt.WithMaxRetryTimes
WithWaitTime = uixt.WithWaitTime
WithIndex = uixt.WithIndex
WithTimeout = uixt.WithTimeout
WithIgnoreNotFoundError = uixt.WithIgnoreNotFoundError