UI Get Attribute (sui:get-attribute)

UI Get Attribute (sui:get-attribute)

Get attribute value of a pageObject and saves it in named variable

Usage

<sui:get-attribute name=""! pageId=""! attribute=""!/>

! - mandatory

Example

Example

Behaviour

Example

Behaviour

<sui:get-attribute name="styleAttr" pageId="runButton" attribute="style"/>

Gets the value of style attribute from pageId runButton and saves it in styleAttr variable



Related content