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
Detox has many nice functions to interact with a text field, and even the keyboard of the device. However, unlike React Native's Keyboard.dismiss() I don't think Detox has any way to dismiss a keyboard besides tapping on an element outside of the keyboard (any static element on the screen).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Detox has many nice functions to interact with a text field, and even the keyboard of the device. However, unlike React Native's
Keyboard.dismiss()
I don't think Detox has any way to dismiss a keyboard besides tapping on an element outside of the keyboard (any static element on the screen).A small feature request would be to add a Detox command to dismiss the iOS and Android keyboards. It would make sense as a method listed here: https://wix.github.io/Detox/docs/api/actions-on-element#methods
Beta Was this translation helpful? Give feedback.
All reactions