public String getClassName() throws UiObjectNotFoundException {
   if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2) {
     return el.getClassName();
   } else {
     Logger.error("Device does not support API >= 18!");
     return "";
   }
 }