We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have 2 languages installed in the simulator.
I focus on text input and the keyboard popup with language 1
I try to type await element(by.id('MyTextInput')).typeText(<ANY_LANGUAGE_2_TEXT>
await element(by.id('MyTextInput')).typeText(<ANY_LANGUAGE_2_TEXT>
Test failed since detox failed to find the letter in the presented keyboard since the keyboard present language 1 letters
Can Detox switch languages if the input is supported language?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
typeText types on the virtual keyboard. replaceText will paste any string to your text field.
Sorry, something went wrong.
Thanks @rotemmiz. I need to type, I have text input that react to any text changes and I check that.
Thanks again!
This is a known Earl Grey issue: google/EarlGrey#31
No branches or pull requests
Hi,
I have 2 languages installed in the simulator.
I focus on text input and the keyboard popup with language 1
I try to type
await element(by.id('MyTextInput')).typeText(<ANY_LANGUAGE_2_TEXT>
Test failed since detox failed to find the letter in the presented keyboard since the keyboard present language 1 letters
Can Detox switch languages if the input is supported language?
Thanks in advance.
The text was updated successfully, but these errors were encountered: