-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
[feature request] send_keys
non-en_US keyboard layout support
#207
Comments
Yeah, at least an Exception would be expected indeed. EDITI'll be updating the US keyboard layout by using the following sources as a guideline
microsoft/playwright#7396 (comment) for reference on the keyboard layouts to support and generate_keyboard_layouts.js to generate keyboard layouts |
send_keys
non-en_US keyboard layout support
Add send_keys in a simple way and that's it or are you a psychopath? |
it's not just |
For example:
await input.send_keys("Иван")
does nothing
here it checks if the char in present in mappings
Selenium-Driverless/src/selenium_driverless/types/target.py
Line 414 in 9918586
I suggest sending the appropriate keycodes for the selected keyboard layout, autogenerating mappings (somehow) or raising an error.
The text was updated successfully, but these errors were encountered: