Exemplo n.º 1
0
 internal override IEnumerable <AutomationElement> FindAll(AutomationElement parent, int timeout)
 {
     return(AutomationElementHelper.FindAll(parent, this.xpath, timeout));
 }
Exemplo n.º 2
0
 internal override AutomationElement FindFirst(AutomationElement parent, int timeout)
 {
     return(AutomationElementHelper.FindAll(parent, this.xpath, timeout).FirstOrDefault());
 }
Exemplo n.º 3
0
 internal override IEnumerable <AutomationElement> FindAll(AutomationElement parent, int timeout)
 {
     return(AutomationElementHelper.FindAll(parent, this.scope, this.GetCondition(), timeout));
 }