Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dismiss Keyboard does not work on ios with different return types #32

Open
al3xmeister opened this issue Jan 7, 2025 · 0 comments
Open

Comments

@al3xmeister
Copy link

It would appear that at least on ios if you dismiss the soft keyboard for an entry via automation, if the return type specified is something other than the default 'done', such as 'go', it will not dismiss the keyboard. Presumably when executing the command the xpath query searches for visible button elements visible with text matching 'done', and fails to find and dismiss correctly.
Potential workaround is to tap outside the entry element to lose its focus, although not ideal for all use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant