Extremely Popular
Go to Latest
interface puppeteer.Overlay.HighlightSourceOrderRequest
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { HighlightSourceOrderRequest } = puppeteer.Overlay;

Properties

sourceOrderConfig: SourceOrderConfig

A descriptor for the appearance of the overlay drawing.

optional
nodeId: DOM.NodeId

Identifier of the node to highlight.

optional
backendNodeId: DOM.BackendNodeId

Identifier of the backend node to highlight.

optional
objectId: Runtime.RemoteObjectId

JavaScript object id of the node to be highlighted.