untilValueNonEmpty
Waits until the element contained some value.
note
Should only be used for elements whose text can be updated but doesn't reflect in html markup, such as input[type='text'], input[type='button'], input[type='submit'], textarea. For other elements use untilTextNonEmpty.
untilValueNonEmpty(elemId)Uses Element access timeout.
Parameters#
elemId: The target element
Returns#
stringvalue if expectation fulfills