return elements.size() == expectedSize;
}
@Override
public void fail(WebElementsCollection collection, List<WebElement> elements, Exception lastError, long timeoutMs) {
throw new ListSizeMismatch(expectedSize, collection, elements, lastError, timeoutMs);
}