82838485868788
public static Matcher<Element> size(int size) { return size(is(size)); } public static Matcher<Element> size(Matcher<Integer> matcher) { return new HasSizeMatcher(matcher); }