Ytria logo DOCUMENTATION
⚠ This page requires javascript enabled in browser
Automation / consoleEZ Automation

 

Tag: Show

The self-closing tag Show, along with the Target attribute value of 'Output', emulates clicking the 'Show Output Panel' button in the Output Panel in a consoleEZ session where the Output Panel is hidden.

<Show Target="Output"/>

Tag Attributes

AttributesAttribute ValueValue DescriptionComment
TargetOutput

Example Script


<?xml version="1.0" encoding="UTF-8"?>
<ytriaAutomation Application="consoleEZ" ApplicationVersion="16.0">
<Load Server="Acme01/ACME" Type="Console"/>
<Load Server="Acme02/ACME" Type="Console"/>
<Load Server="Acme03/ACME" Type="Console"/>
<Arrange Type="Cascade"/>
<Show Target="Output"/>
</ytriaAutomation>

In the script above, consoles for servers ACME01/ACME, ACME02/ACME, and ACME03/ACME will all be opened in consoleEZ. The action Show will show the Output panel.