Skip to main content

ElementHandle.clickablePoint() method

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

Signature:
clickablePoint(offset?: Offset): Promise<Point>;

Parameters

ParameterTypeDescription
offsetOffset(Optional)
Returns:

Promise<Point>