APIelementhandleclickablepointOn this pageElementHandle.clickablePoint() methodReturns the middle point within an element unless a specific offset is provided.Signature:clickablePoint(offset?: Offset): Promise<Point>;ParametersParameterTypeDescriptionoffsetOffset(Optional)Returns:Promise<Point>