WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
288114
[WebDriver][BiDi] Implement the input.performActions command
https://bugs.webkit.org/show_bug.cgi?id=288114
Summary
[WebDriver][BiDi] Implement the input.performActions command
Lauro Moura
Reported
2025-02-20 09:28:30 PST
https://w3c.github.io/webdriver-bidi/#command-input-performActions
> The input.performActions command performs a specified sequence of user input actions.
> Note: for a detailed description of the behavior of this command, see the actions section of [WEBDRIVER] (
https://w3c.github.io/webdriver/#actions
).
The main deviation from the WebDriver Classic behavior seems to be the presence of the usual WebDriver BiDi browsing context parameter. Maybe we can reuse most of the existing code, as on the UIProcess's `WebAutomationSession::performInteractionSequence` side we already receive a browsing context handler through `Automation.json`.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-02-27 09:29:15 PST
<
rdar://problem/145761058
>
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