@Override
 public String getCssValue(WebElement element, String propertyName) {
   return delegate.getCssValue(element, propertyName);
 }