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.
[MADCOW:htmlElementReference].checkAttribute = [<<map of attribute : value pairs>>]checking element <div id="theComplexThing" role="radio" group="master" />
theComplexThing.checkAttribute = [role:"radio", group:"master"]