untilAttributeValueIs
See getElementAttributeOrCssValue. Waits until element's given attribute's or css/style
value is equals to the desired value.
untilAttributeValueIs(elemId, attribute, desiredValue)
Uses Element access timeout.
#
ParameterselemId
: The target elementattribute
: Element's attribute's orcss/style
namedesiredValue
: The desired value
#
Returnsboolean
true
if expectation fulfills