@Override
 public WebElement waitForElement(By by, int seconds) {
   return delegate.waitForElement(by, seconds);
 }