Latest
method ElementHandle.prototype.clickablePoint
import { ElementHandle } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

Returns the middle point within an element unless a specific offset is provided.

Parameters

optional
offset: Offset

Returns

Promise<Point>