269270271272273274275
* <p>NB! Ignores multiple whitespaces between words</p> * * @param text expected text of HTML element */ public static Condition text(final String text) { return new Text(text); }