Check Value Not Empty

Checks a given HTML element not empty of a given text value.


Usage

[MADCOW:htmlElementReference].checkValueNotEmpty = [<<some text value>>]

Examples

checking element A link

aLinkId.checkValueNotEmpty = "A link"
aLinkId.checkValueNotEmpty   (true)