[meta] Page.addScriptToEvaluateOnNewDocument
Categories
(Remote Protocol :: CDP, task)
Tracking
(Not tracked)
People
(Reporter: ato, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs, )
Details
(Keywords: meta, Whiteboard: [method=Page.addScriptToEvaluateOnNewDocument])
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 1•4 years ago
|
||
This BZ does not provide much information what it is about - is it tracker for addScriptToEvaluateOnNewDocument
to be implemented?
I was trying to use firefox remote protocol and this method did not work for me - although it returned success.
If it is supposed to work then I'll open issue where I post reproducer.
Comment 2•4 years ago
|
||
This is a meta bug and tracks the addition of the feature. It is indeed not supposed to work with any kind of version of Firefox yet.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 3•4 years ago
|
||
This is called when Puppeteer initializes the FrameManager as part of _ensureIsolatedWorld
, which is always present:
https://github.com/GoogleChrome/puppeteer/blob/master/lib/FrameManager.js#L66
https://github.com/GoogleChrome/puppeteer/blob/master/lib/FrameManager.js#L270
Currently we only have a placeholder, so it would have to be implemented.
Comment 4•3 years ago
|
||
Maja, given that you worked on the basic implementation would you mind filing the remaining follow-up bugs to get the full feature set? Maybe we can make some of those mentored bugs? Thanks.
Updated•3 years ago
|
Assignee | ||
Updated•2 years ago
|
Updated•6 months ago
|
Description
•