You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: