Open
Bug 1636980
Opened 4 years ago
Updated 2 years ago
Implement Target.setAutoAttach
Categories
(Remote Protocol :: CDP, task, P2)
Remote Protocol
CDP
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 3 open bugs)
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•4 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.
Blocks: 1549534
Priority: P3 → P2
Reporter | ||
Updated•4 years ago
|
Whiteboard: [puppeteer-beta-reserve] → [puppeteer-beta2-mvp]
Assignee | ||
Updated•4 years ago
|
Component: CDP: Page → CDP
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•