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

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

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

Properties

nodeId: DOM.NodeId

Id of the node to get highlight object for.

optional
includeDistance: boolean

Whether to include distance info.

optional
includeStyle: boolean

Whether to include style info.

optional
colorFormat: ColorFormat

The color format to get config with (default: hex).

optional
showAccessibilityInfo: boolean

Whether to show accessibility info (default: true).