Beispiel #1
0
 /// <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());
 }
Beispiel #2
0
 /// <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();
 }