Skip to content

Conversation

@OrKoN
Copy link
Collaborator

@OrKoN OrKoN commented Nov 4, 2025

Fixes the issue of Puppeteer not being able to connect to some targets. Usually, it happens if the page or tab target is excluded by a filter but the browser instance has a child iframe target for excluded targets. In this case, the child target will never be auto-attached.

This PR fixes this by only expecting tab targets to have any child target attaching. This might mean that iframe subtargets are not fully initialized on connect but this should generally be fine.

@OrKoN OrKoN force-pushed the orkon/do-no-wait branch 9 times, most recently from 1a37b17 to 77690bb Compare November 4, 2025 16:31
@OrKoN OrKoN added the full-ci label Nov 4, 2025
@OrKoN OrKoN marked this pull request as ready for review November 4, 2025 17:57
@OrKoN OrKoN removed the full-ci label Nov 5, 2025
@OrKoN OrKoN force-pushed the orkon/do-no-wait branch 2 times, most recently from 0189ebd to 388dbe0 Compare November 5, 2025 09:22
@OrKoN OrKoN merged commit 0029495 into main Nov 5, 2025
36 checks passed
@OrKoN OrKoN deleted the orkon/do-no-wait branch November 5, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants