Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Overlay.HighlightNodeRequest

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Overlay.HighlightNodeRequest
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { HighlightNodeRequest } = Protocol.Overlay;

Properties

highlightConfig: HighlightConfig

A descriptor for the highlight appearance.

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.

optional
selector: string

Selectors to highlight relevant nodes.