Keyboard support

At this time, ChromeDriver does not support systems with only a non-US Keyboard onfigured.

When ChromeDriver detects this state, it logs the following:

[INFO]: Cannot switch to US keyboard layout - some keys may be interpreted incorrectly

Users without a US Keyboard may experience lost keys during sendKeys or TypeElement commands.

As a workaround, we recommend such users add a US Keyboard with QWERTY layout as a secondary option to their system configuration. This makes the US Keyboard configuration available to ChromeDriver.

As always, ChromeDriver is an open source project, and we welcome contributions from users.