Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Overlay.IsolatedElementHighlightConfig

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Overlay.IsolatedElementHighlightConfig
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { IsolatedElementHighlightConfig } = Protocol.Overlay;

Properties

isolationModeHighlightConfig: IsolationModeHighlightConfig

A descriptor for the highlight appearance of an element in isolation mode.

nodeId: DOM.NodeId

Identifier of the isolated element to highlight.