Closed
Bug 1549384
Opened 6 years ago
Closed 6 years ago
Implement Page.getFrameTree frame's id and url
Categories
(Remote Protocol :: CDP, enhancement, P1)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
https://chromedevtools.github.io/devtools-protocol/tot/Page#method-getFrameTree
For now an empty implementation of Page.getFrameTree
has been provided, but this breaks the NavigationWatcher of puppeteer:
https://searchfox.org/mozilla-central/rev/b2015fdd464f598d645342614593d4ebda922d95/remote/domains/content/Page.jsm#76-85
We should at least provide the id
and url
attributes for the frame
property.
Assignee | ||
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Priority: P2 → P1
Updated•6 years ago
|
Attachment #9063219 -
Attachment description: Bug 1549384 - Implement Page.getFrameTree → Bug 1549384 - Implement Page.getFrameTree.
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d2d415ff8eb
Implement Page.getFrameTree. r=remote-protocol-reviewers,ato
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: CDP: Page → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•