import { Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { DOMSnapshot } = Protocol;
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
Interfaces
A subset of the full ComputedStyle as defined by the request whitelist. | |
Document snapshot. | |
A Node in the DOM tree. | |
Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions. | |
Details of an element in the DOM tree with a LayoutObject. | |
Table of details of an element in the DOM tree with a LayoutObject. | |
A name/value pair. | |
Table containing nodes. | |
Data that is only present on rare nodes. | |
Table of details of the post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions. |
Type Aliases
Index of the string in the strings table. | |
Index of the string in the strings table. |