html-output Element

The html-output element represents a piece of HTML that is part of the test output. This could be a hyperlink, some formatted text generated with the PRINT_FORMAT function, a summary table - anything that is not just a piece of plain text. Any plain text in the output appears in a text-output element.

Inner Text

The test output as HTML inside a CDATA section.

Attributes

Name Type Description
inline Boolean (True or False) If this value is true, the content is to be displayed in-line with any preceding or succeeding content, otherwise, if false, the content should stand alone in its own paragraph.
lines Integer An indication of how many lines of output this content is equivalent to. This value is primarily for the internal use of XJTAG to decide how much content to buffer before printing it to the screen.