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

x/pptr/src/JSHandle.ts>BoundingBox

Headless Chrome Deno API
Latest
interface BoundingBox
import { type BoundingBox } from "https://deno.land/x/pptr@1.2.0/src/JSHandle.ts";

Properties

x: number

the x coordinate of the element in pixels.

y: number

the y coordinate of the element in pixels.

width: number

the width of the element in pixels.

height: number

the height of the element in pixels.