[Webkit-unassigned] [Bug 221466] [GTK] Using test_driver.send_keys() to send Control keys doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 8 00:58:01 PST 2021


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

--- Comment #1 from Manuel Rego Casasnovas <rego at igalia.com> ---
This might be due to the FIXME in: https://webkit-search.igalia.com/webkit/source/LayoutTests/imported/w3c/web-platform-tests/resources/testdriver-vendor.js#157
    // FIXME: Add more cases.
    const SeleniumCharCodeToEventSenderKey = {
        0xE003: 'delete',
        0xE004: '\t',
        0xE00D: ' ',
        0xE012: 'leftArrow',
        0xE013: 'upArrow',
        0xE014: 'rightArrow',
        0xE015: 'downArrow',
    };

Right now it only understands a few char codes.

-- 
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/20210208/d489339d/attachment-0001.htm>


More information about the webkit-unassigned mailing list