-
Notifications
You must be signed in to change notification settings - Fork 10
ElementSendKeys sends characters with incorrect locale #129
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
Comments
After investigation we realised that the keyboard mapping in the driver implementation only seems to support US-keyboard layout. We have in our case english windows, but swedish keyboard layout. That causes the outcome above. |
I have the same problem with the German keyboard layout. |
Are there efforts to solve this problem soon? |
My assumption is that nothing will happen for this until the web driver specification itself addresses the problem. |
@aristotelos |
@aristotelos Update PR: #137 Still more functionality for SendKeys is working comparing to the original implementation ... |
FlaUI/FlaUI.WebDriver v0.3.1
ElementSendKeys request is:
A string like
is input into the application like
There is clearly a locale keyboard / character mapping mismatch
How to fix this?
The text was updated successfully, but these errors were encountered: