@Override
 public WebElement moveToElement(WebElement element, int seconds) {
   return delegate.moveToElement(element, seconds);
 }