puppeteer/website/versioned_docs/version-19.1.0/api/puppeteer.elementhandle.clickablepoint.md
2022-10-21 15:52:43 +02:00

565 B

sidebar_label
ElementHandle.clickablePoint

ElementHandle.clickablePoint() method

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

Signature:

class ElementHandle {
  clickablePoint(offset?: Offset): Promise<Point>;
}

Parameters

Parameter Type Description
offset Offset (Optional)

Returns:

Promise<Point>