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.
#
ParameterselemId
: The target element
#
Returnsstring
value if expectation fulfills