mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
101662765c
Without this, Playwright's CDP feature leaves unreachable targets (namely OOPIFs). This change allows for more advanced experimentation in user-land without relying on out-of-band CDP connections and clients. Now you can, for example, call `DOM.getDocument` on the page OR main frame, observe there is an iframe node with no `contentDocument` (i.e. OOPIF), make note of the referenced `frameId`, and then iterate of page.frames() calling `Target.getInfo` on each to link the Playwright Frame with the CDP `frameId` and then recurse. Relates #8113 |
||
---|---|---|
.. | ||
protocol.d.ts | ||
structs.d.ts | ||
test.d.ts | ||
testExpect.d.ts | ||
testReporter.d.ts | ||
types.d.ts |