APIElementHandleElementHandle.clickablePointVersion: NextOn this pageElementHandle.clickablePoint() methodReturns the middle point within an element unless a specific offset is provided.Signature:class ElementHandle {clickablePoint(offset?: Offset): Promise<Point>;}ParametersParameterTypeDescriptionoffsetOffset(Optional)Returns:Promise<Point>