Esempio n. 1
0
 public static bool TestElementByClassChain(this AppDriver appDriver, string value)
 {
     return(appDriver.TestElement(AppDriver.ClassChain, value));
 }
Esempio n. 2
0
 public static bool TestElementByPredicateString(this AppDriver appDriver, string value)
 {
     return(appDriver.TestElement(AppDriver.PredicateString, value));
 }