TODO: UI Print (sui:print)

TODO: UI Print (sui:print)

Description

Release in: CAST NextUNDEFINED

Usage:

<sui:action method=""! value=""?/>

! -mandatory , ? - optional

Supported methods:

Example

Example

Behaviour

Example

Behaviour

<test-step description="Print a pageId with a name variable" testData="" expectedResult=""> <sui:scroll-to-element pageId="waitForTitle"/> <sui:print pageId="waitForTitle" name="printOutput"/> </test-step>

 

<test-step description="Print a pageId without a name variable" testData="" expectedResult=""> <sui:scroll-to-element pageId="waitForTitle"/> <sui:print pageId="waitForTitle"/> </test-step>