Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method ElementHandle.prototype.clickablePoint
import { ElementHandle } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/ElementHandle.d.ts";

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

Parameters

optional
offset: Offset

Returns

Promise<Point>