@Override
 public WebElement findElement(WebElement element, By by) {
   return delegate.findElement(element, by);
 }