Closed
Bug 1420461
Opened 7 years ago
Closed 6 years ago
Marshal WindowProxy to web window and web frame references
Categories
(Remote Protocol :: Marionette, enhancement, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1274251
People
(Reporter: ato, Unassigned)
References
(Blocks 1 open bug)
Details
Marionette needs support for marshaling WindowProxies as web windows
and web frames.
Reporter | ||
Updated•7 years ago
|
Blocks: webdriver
Depends on: marionette-window-tracking
Comment 1•7 years ago
|
||
Andreas, this morning I stumbled over https://github.com/w3c/webdriver/pull/1144 and I'm wondering how this is related? Does it mean we do no longer want to return a window or frame at all?
Flags: needinfo?(ato)
Reporter | ||
Comment 2•7 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #1)
> Andreas, this morning I stumbled over
> https://github.com/w3c/webdriver/pull/1144 and I'm wondering how this is
> related? Does it mean we do no longer want to return a window or frame at
> all?
Because no drivers implement web windows or web frames it was removed
from version 1 of the specification, which is the one passing through
the W3C REC track. If you look at that PR, it was merged into the
level-1 branch, and that web windows and web frames are still a
thing in the Editor’s Draft (ED) on
https://w3c.github.io/webdriver/webdriver-spec.html.
So the conclusion here is that we still want to implement this.
Flags: needinfo?(ato)
Comment 3•7 years ago
|
||
Ah, I see. Thanks a lot for clearing that up, and indeed good to hear that.
Reporter | ||
Updated•7 years ago
|
Priority: P3 → P2
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•