示例#1
0
 /// <inheritdoc />
 public AutomationElement FindAt(TreeScope treeScope, int index, ConditionBase condition)
 {
     return(FrameworkAutomationElement.FindAt(treeScope, index, condition));
 }