Closed
Bug 1920952
Opened 8 months ago
Closed 2 months ago
Update "browsingContext.Info" to return the "clientWindow" property
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: whimboo, Assigned: ldebeasi)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [webdriver:m15][wptsync upstream][webdriver:external][webdriver:relnote])
Attachments
(2 files)
The browsingContext.Info
type was recently updated to include as well the reference to the browser window. It's property name is clientWindow
which is a string referencing a unique id.
Maybe we implement bug 1855025 (the browser.getClientWindows
command) first so that we can easily utilize it here.
Reporter | ||
Updated•8 months ago
|
Reporter | ||
Updated•8 months ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:m13:blocked]
Updated•7 months ago
|
Whiteboard: [webdriver:m13:blocked] → [webdriver:m14:blocked]
Reporter | ||
Updated•6 months ago
|
Whiteboard: [webdriver:m14:blocked] → [webdriver:m14]
Reporter | ||
Updated•6 months ago
|
Whiteboard: [webdriver:m14] → [webdriver:m15]
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → ldebeasi
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 months ago
|
||
Updated•2 months ago
|
Attachment #9471595 -
Attachment description: Bug 1920952 - Add "clientWindow" property to "browsingContext.info" r=Sasha → Bug 1920952 - [webdriver-bidi] Add "clientWindow" property to "browsingContext.info" r=Sasha
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7f10b54b5f92
[webdriver-bidi] Add "clientWindow" property to "browsingContext.info" r=Sasha,webdriver-reviewers
https://hg.mozilla.org/integration/autoland/rev/af687cd1e264
[wdspec] Update tests for "clientWindow" property r=Sasha,webdriver-reviewers
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/51540 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m15] → [webdriver:m15], [wptsync upstream]
https://hg.mozilla.org/mozilla-central/rev/7f10b54b5f92
https://hg.mozilla.org/mozilla-central/rev/af687cd1e264
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
Upstream PR merged by moz-wptsync-bot
Reporter | ||
Comment 7•2 months ago
|
||
Thanks a lot Liam!
Points: 2 → ---
Whiteboard: [webdriver:m15], [wptsync upstream] → [webdriver:m15][wptsync upstream][webdriver:external]
Updated•23 days ago
|
Whiteboard: [webdriver:m15][wptsync upstream][webdriver:external] → [webdriver:m15][wptsync upstream][webdriver:external][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•