Exemplo n.º 1
0
 public static bool TestElementsByClassChain(this AppDriver appDriver, string value)
 {
     return(appDriver.TestElements(AppDriver.ClassChain, value));
 }
Exemplo n.º 2
0
 public static bool TestElementsByPredicateString(this AppDriver appDriver, string value)
 {
     return(appDriver.TestElements(AppDriver.PredicateString, value));
 }