RESOLVED DUPLICATE of bug 279342 215588
[WebDriver][WPE] Translate keyboard events received
https://bugs.webkit.org/show_bug.cgi?id=215588
Summary [WebDriver][WPE] Translate keyboard events received
Lauro Moura
Reported 2020-08-17 15:23:41 PDT
Tests affected: * imported/selenium/py/test/selenium/webdriver/common/interactions_tests.py::testSendingKeysToActiveElementWithModifier This test sends the keys 'a', 'b', and 'c' with the <shift> modifier to an input tag, checking if 'ABC' is produced. GTK's WebAutomationSession synthesizes the events translating the keys, sending e.g. the keycode 'A', mimicking the events received by the MiniBrowser (translated outside webkit) and works fine. WPE's WebAutomationSession keyboard events are not translated, sending the lowercase letters as the keycode.
Attachments
Lauro Moura
Comment 1 2025-04-15 13:04:27 PDT
To be handled in bug279342. *** This bug has been marked as a duplicate of bug 279342 ***
Note You need to log in before you can comment on or make changes to this bug.