Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webdriver: fix expected key code for "Unidentified" keys
Per the UI Events specification (https://w3c.github.io/uievents-code/#key-legacy), keys such as \u00e0 (i.e., à) should have a code of "Unidentified". Some tests in key.py expect an empty value, which seems to be an oversight.
- Loading branch information