/// <summary> /// Gets a clickable point of the element. /// </summary> /// <exception cref="Exceptions.NoClickablePointException">Thrown when no clickable point was found</exception> public Point GetClickablePoint() { return(FrameworkAutomationElement.GetClickablePoint()); }
/// <summary> /// Gets a clickable point of the element. /// </summary> /// <exception cref="Exceptions.NoClickablePointException">Thrown when no clickable point was found</exception> public Shapes.Point GetClickablePoint() { return FrameworkAutomationElement.GetClickablePoint(); }