Implement Target.setAutoAttach
Categories
(Remote Protocol :: CDP, task, P2)
Tracking
(Not tracked)
People
(Reporter: whimboo, Unassigned)
References
Details
(Whiteboard: [puppeteer-beta2-mvp])
Used by Puppeteer, Playwright, and parts of Gutenberg. Might be important to have.
We will run Guteberg tests soon with all the upcoming improvements over the nexts, and will re-prioritize if necessary.
Reporter | ||
Comment 1•5 years ago
|
||
As given by Joel this is used all over the place in Playwright to attach a script via Page.addScriptToEvaluateOnNewDocument
as soon as possible. Here a short description as it should behave:
Controls whether to automatically attach to new targets which are considered to be related to this one. When turned on, attaches to all existing related targets as well. When turned off, automatically detaches from all currently attached targets
To prevent race conditions on the page, we should get this implemented.
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 2•1 year ago
|
||
We are not going to implement this API for CDP.
Description
•