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