@Override
 public void switchToFrameByElement(WebElement element) {
   delegate.switchToFrameByElement(element);
 }