Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Overlay

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

This domain provides various functionality related to drawing atop the inspected page.

Interfaces

Style information for drawing a box.

Configuration data for the highlighting of Flex container elements.

Configuration data for the highlighting of Flex item elements.

Configuration data for the highlighting of Grid elements.

Configurations for Persistent Grid Highlight

Configuration data for the highlighting of page elements.

Configuration for dual screen hinge

Fired when the node should be inspected. This happens after call to setInspectMode or when user manually inspects an element.

Style information for drawing a line.

Fired when the node should be highlighted. This happens after call to setInspectMode.

Fired when user asks to capture screenshot of some area on the page.

Configuration data for drawing the source order of an elements children.