untilTextNonEmpty
Waits until the element contained some text.
note
To wait for for elements whose text can be updated but doesn't reflect in html markup use untilValueNonEmpty. Example of these elements are input[type='text'], input[type='button'], input[type='submit'], textarea.
untilTextNonEmpty(elemId)Uses Element access timeout.
Parameters#
elemId: The target element
Returns#
stringtext if expectation fulfills