import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/mod.ts";
This method returns the bounding box of the element (relative to the main frame),
or null
if the element is not visible.
Returns
Promise<BoundingBox | null>
import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/mod.ts";
This method returns the bounding box of the element (relative to the main frame),
or null
if the element is not visible.