NEW288114
[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
Radar WebKit Bug Importer
Comment 1 2025-02-27 09:29:15 PST
Note You need to log in before you can comment on or make changes to this bug.