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
WebDriver only has a means to send key events, not character events. I use an exotic keyboard layout and the typed text becomes all garbled because of this.
Addressed by #85, which changed the API shape to make it harder to do the wrong thing (sending text as the keys request value) and provided one way to do the right thing (using alt escape codes to get the correct characters).
WebDriver only has a means to send key events, not character events. I use an exotic keyboard layout and the typed text becomes all garbled because of this.
Upstream issues:
Possible workaround:
Send alt+unicode decimal code point sequences for each character to be typed. That should be keyboard layout agnostic.
The text was updated successfully, but these errors were encountered: