Currently i had already developed theses methods :
verifyElementValueNotNull(String)
verifyElementValueNotBlank(String)
verifyElementValueNotEmpty(String)
verifyElementPresent(String)
verifyElementNotPresent(String)
verifyCountElementAt(String, int)
verifyCountElementAtInferiorAt(String, int)
verifyCountElementAtSuperiorAt(String, int)
verifyEqualsTextAt(String, String)
verifyNotEqualsTextAt(String, String)
verifyLayer(String, String)
verifyCurrentLocation(String)
verifyRedirectionLink(String, String)
verifyElementVisible(String)
verifyElementNotVisible(String)
verifyRedirectionSelect(String, String, String)
verifyCookiePresent(String)
verifyElementTextContains(String, String)
verifyAttribute(String, String)
verifyVisible(String)
verifyNotVisible(String)
verifyValue(String, String)
verifyNotValue(String, String)
verifyEval(String, String)
verifyEditable(String)
verifyNotEditable(String)
verifyCursorPosition(String, int)
verifyNotCursorPosition(String, int)