FlaUI/FlaUI.WebDriver v0.3.1
ElementSendKeys request is:
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[102]
Route matched with {action = "ElementSendKeys", controller = "Element"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ElementSendKeys(System.String, System.String, FlaUI.WebDriver.Models.ElementSendKeysRequest) on controller FlaUI.WebDriver.Controllers.ElementController (FlaUI.WebDriver).
A string like
is input into the application like
There is clearly a locale keyboard / character mapping mismatch
How to fix this?