@Override
 public boolean isElementExists(By by) {
   return delegate.isElementExists(by);
 }