452453454455456457458459
} else if (!exists(element)) { throw new ElementNotFound(getSearchCriteria(), not(condition), lastError, timeoutMs); } else { throw new ElementShouldNot(getSearchCriteria(), prefix, condition, element, lastError, timeoutMs); } }
442443444445446447448449
if (!exists(element)) { throw new ElementNotFound(getSearchCriteria(), not(condition), timeoutMs); } else { throw new ElementShouldNot(getSearchCriteria(), prefix, condition, element, timeoutMs); } }
365366367368369370371372
528529530531532533534535
} else if (!exists(element)) { throwElementNotFound(not(condition), timeoutMs); } else { throw new ElementShouldNot(getSearchCriteria(), prefix, condition, element, lastError, timeoutMs); } }