Example #1
0
 public boolean hasNo(ElementScope findElement, Options options) {
   return findElement.missing(options);
 }
Example #2
0
 public boolean has(ElementScope findElement, Options options) {
   return findElement.exists(options);
 }