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