Skip to main content
Deno 2 is finally here 🎉️
Learn more
interface default.Overlay.GetHighlightObjectForTestRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { GetHighlightObjectForTestRequest } = default.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).