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