Has Style

Checks that the element has all of the inline CSS styles provided


Checks that the element’s style attribute has all of the inline CSS styles provided.

Usage

[MADCOW:htmlElementReference].hasStyle = "<<field style values>>"

Examples

country.hasStyle = "display: block;"
country.hasStyle = display: block;line-height: 28px;