public boolean hasNo(ElementScope findElement, Options options) { return findElement.missing(options); }
public boolean has(ElementScope findElement, Options options) { return findElement.exists(options); }