[Webkit-unassigned] [Bug 215588] New: [WebDriver][WPE] Translate keyboard events received

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 17 15:23:41 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=215588

            Bug ID: 215588
           Summary: [WebDriver][WPE] Translate keyboard events received
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: bugs-noreply at webkitgtk.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200817/992108db/attachment.htm>


More information about the webkit-unassigned mailing list