throw new ElementShould(getSearchCriteria(), prefix, message, condition, element, lastError, timeoutMs);
}
}
protected WebElement throwElementNotFound(Condition condition, long timeoutMs) {
throw new ElementNotFound(getSearchCriteria(), condition, lastError, timeoutMs);
}