-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[iOS] Fail to type text with azerty Keyboard #92
Comments
This bug seems related to this one google/EarlGrey#31 from the EarlGrey Project. |
Hey @padupuy , Try this instead, it should work no matter what your keyboard setup is.
|
@rotemmiz thank's for the tips, it works ! |
@rotemmiz Perhaps we should keep this open and open an issue with Earl Grey? |
Hello Folks, in case you need to type with a different language or a different keyboard, please take a look at using grey_replaceText() instead of grey_typetext(). Do tell us if there any issues. |
Hello,
I use the latest version of your library detox 4.3.1, detox-server 1.1.0 with RN 0.40.0.
I am a french user and use a physical azerty keyboard and my keyboard settings are set on French / numeric.
❌ When I try to execute a simple test, it fails miserably because the robot couldn't find the keys 😂.
✅ To pass the test to green, i have to change my keyboard settings to 'US International'
Here is the error log
Here is my code
The text was updated successfully, but these errors were encountered: