[Webkit-unassigned] [Bug 221465] New: Add support for modifier keys in test_driver.send_keys()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 5 07:36:11 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221465
Bug ID: 221465
Summary: Add support for modifier keys in
test_driver.send_keys()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rego at igalia.com
CC: cgarcia at igalia.com
There's a FIXME about that in LayoutTests/imported/w3c/web-platform-tests/resources/testdriver-vendor.js (https://webkit-search.igalia.com/webkit/source/LayoutTests/imported/w3c/web-platform-tests/resources/testdriver-vendor.js#158):
// FIXME: Add the support for modifier keys.
This causes that we cannot do things like test_driver.send_keys(element, "\uE009" + "Y") (Ctrl + Y).
Chromium supports this with the following code: https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/web_tests/resources/testdriver-vendor.js;l=100?q=testdriver-vendor.js
--
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/20210205/6ddf011a/attachment.htm>
More information about the webkit-unassigned
mailing list