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