NEW288060
[WebDriver][BiDi] Implement the script.evaluate command
https://bugs.webkit.org/show_bug.cgi?id=288060
Summary [WebDriver][BiDi] Implement the script.evaluate command
Lauro Moura
Reported 2025-02-19 21:20:29 PST
https://w3c.github.io/webdriver-bidi/#command-script-evaluate > The script.evaluate command evaluates a provided script in a given realm. For convenience a navigable can be provided in place of a realm, in which case the realm used is the realm of the browsing context’s active document. > The method returns the value of executing the provided script, unless it returns a promise and awaitPromise is true, in which case the resolved value of the promise is returned.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-02-26 21:21:17 PST
Note You need to log in before you can comment on or make changes to this bug.