Check Attribute

Tests one or more named attributes of an element to see if they each match the desired text.


Tests one or more named attributes of an element to see if they each match the desired text.

Usage

[MADCOW:htmlElementReference].checkAttribute = [<<map of attribute : value pairs>>]

Examples

checking element <div id="theComplexThing" role="radio" group="master" />

theComplexThing.checkAttribute = [role:"radio", group:"master"]