Skip to main content
Go to Latest
interface BoundingBox
import { type BoundingBox } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/common/JSHandle.d.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.