Bug 288060

Summary: [WebDriver][BiDi] Implement the script.evaluate command
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: WebDriverAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bburg, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 281937    

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.