fix: failed to send keys in android ui automation

This commit is contained in:
lingxiaozu
2022-10-10 17:16:56 +08:00
parent b251055590
commit 619b8a3b68
3 changed files with 58 additions and 5 deletions
+3
View File
@@ -22,6 +22,9 @@ var (
WithIndex = uixt.WithIndex
WithTimeout = uixt.WithTimeout
WithIgnoreNotFoundError = uixt.WithIgnoreNotFoundError
WithText = uixt.WithText
WithID = uixt.WithID
WithDescription = uixt.WithDescription
)
type StepResult struct {