Skip to main content
Module

x/puppeteer/mod.ts>ElementHandle#clickablePoint

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

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

Parameters

optional
offset: Offset

Returns

Promise<Point>