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

x/pptr/mod.ts>Protocol.Overlay

Headless Chrome Deno API
Latest
namespace Protocol.Overlay
import { Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { Overlay } = Protocol;

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

Interfaces

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.

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.