Check Attribute Contains

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


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

Usage

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

Examples

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

theComplexThing.checkAttribute = [role:"adio", group:"mast"]