Timotius Margo
Timotius Margo
I see. At the moment WinAppDriver is only supporting a standard US keyboard layout as specified in the [Selenium JSON Wire Protocol spec](https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidelementidvalue) In your machine with the UK keyboard...
Hi @GaneshMucherla, Windows Application Driver should implicitly scroll any UI element which `IsScrollItemPatternAvailable` attribute is set to `true` into view when performing [ElementClick](https://github.com/Microsoft/WinAppDriver/blob/v1.1/Tests/WebDriverAPI/ElementClick.cs#L49) command against it. Would you use [inspect...