Bug 282978

Summary: [WebDriver][BiDi] Support getting the source for log.entryAdded events
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: 271956    
Bug Blocks:    

Lauro Moura
Reported 2024-11-12 02:34:23 PST
Spec: https://w3c.github.io/webdriver-bidi/#get-the-source To get the source given source realm: 1. Let realm be the realm id for source realm. 2. Let environment settings be the environment settings object whose realm execution context's Realm component is source realm. 3. If environment settings has a associated Document: 1. Let document be environment settings’ associated Document. 2. Let navigable be document’s node navigable. 3. Let navigable id be the navigable id for navigable if navigable is not null. Otherwise let navigable be null. 4. Let source be a map matching the script.Source production with the realm field set to realm, and the context field set to navigable id if navigable is not null, or unset otherwise. 5. Return source.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-11-19 02:35:12 PST
Note You need to log in before you can comment on or make changes to this bug.