WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
275030
[WPE][WebDriver] Support automation of touch events in the new WPE Platform API
https://bugs.webkit.org/show_bug.cgi?id=275030
Summary
[WPE][WebDriver] Support automation of touch events in the new WPE Platform API
Lauro Moura
Reported
2024-06-02 10:28:13 PDT
https://w3c.github.io/webdriver/#pointer-input-source
https://w3c.github.io/webdriver/#pointer-actions
Basically, pointer actions with type "touch", to be implemented initially by overriding `WebAutomationSession::platformSimulateTouchInteraction`. Currently, only iOS implements it, using `_WKTouchEventGenerator.mm` for more advanced handling like spreading the events over the duration interval in the WebDriver request. PS: There is
bug238811
, but it's for the legacy libwpe API.
Attachments
Add attachment
proposed patch, testcase, etc.
Lauro Moura
Comment 1
2024-06-03 01:41:34 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/29447
EWS
Comment 2
2024-06-03 04:52:37 PDT
Committed
279643@main
(31331ed06981): <
https://commits.webkit.org/279643@main
> Reviewed commits have been landed. Closing PR #29447 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-06-03 04:53:14 PDT
<
rdar://problem/129158286
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug