puppeteer/website/versioned_docs/version-18.2.1/api/puppeteer.elementhandle.clickablepoint.md
2022-10-06 12:22:55 +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>