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
This is a minor issue with an easy workaround but it's still a bug.
When using type_into_keyboard with a lowercase text, e.g. test in a text field which capitalizes the first character, nothing is typed. The bug is caused by the fact that the keyboard is initially in uppercase mode and the lowercase letters are not searched.
The obvious workaround is to change the typed string to Test.
The text was updated successfully, but these errors were encountered:
Some text fields expect a capitalized first letter, but allow a lower case first letter. In such a situation, type_into_keyboard should have some way to press the SHIFT key, as a user would, to turn of the uppercase mode and allow lowercase text entry.
This is a minor issue with an easy workaround but it's still a bug.
When using
type_into_keyboard
with a lowercase text, e.g.test
in a text field which capitalizes the first character, nothing is typed. The bug is caused by the fact that the keyboard is initially in uppercase mode and the lowercase letters are not searched.The obvious workaround is to change the typed string to
Test
.The text was updated successfully, but these errors were encountered: