feat(content): add includeShadow option to page.content() - #42845
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Test results for "tests 1"7 flaky50478 passed, 1242 skipped Merge workflow run. |
Test results for "MCP"1 failed 8691 passed, 1474 skipped Merge workflow run. |
|
Hi, I'm the Playwright bot and I triaged the failing CI run here. 🟢 The one failure is a known pre-existing flake — this PR is clear
DetailsPre-existing flake / infra
Overall The diff adds an Triaged by the Playwright bot - agent run |
7de2227
into
microsoft:main
Summary
includeShadowoption topage.content()andframe.content().<template shadowrootmode="open">) viaElement.getHTML(). Closed roots are not accessible from script and are not included.ShadowDOMforPage.content()#30816 and [Question] How to get shadow DOM content? #16722.Fixes #42794