是否有任何方法可以获取是否选择了 AutomationElement。我使用以下代码来获取一个 AutomationElement 对象。
System.Windows.Point point = new System.Windows.Point(Cursor.Position.X, Cursor.Position.Y);
AutomationElement element = AutomationElement.FromPoint(point);
//how to know element is selected or not