Skip to main content
Module

x/puppeteer/mod.ts>ElementHandle#boxModel

A port of puppeteer running on Deno
Latest
method ElementHandle.prototype.boxModel
Re-export
import { ElementHandle } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

This method returns boxes of the element, or null if the element is not visible.

Returns

Promise<BoxModel | null>