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