"HTML Element" represents single HTML element returned by a "XPath Query" task. The following are properties of HTML Element.

Property Type Description
raw String raw (unstructured) presentation of the element
innerHTML String inner HTML content
tagName String tag name
attributes Map<String, String> attributes
children Array<HTTP Element> sub-elements
parent HTTP Element parent element
hasChildren BOOL if the element has children
isTextNode BOOL if the element is text one
firstTextChild HTTP Element the first text element from this element's children
text HTTP Element string contained by the first text node from this element's children

See also:
Variable Types
Action Environment
Tasks and Workflows
Actions

Next > Image