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.
Parameters#
elemId: The target elementattribute: Element's attribute's orcss/stylenamedesiredValue: The desired value
Returns#
booleantrueif expectation fulfills