@Override
 public List<WebElement> findElements(WebElement element, By by, int seconds) {
   return delegate.findElements(element, by, seconds);
 }