Shell Operations

Keyword: SELECTCONTEXTMENUBYTEXT

Description: This keyword or action instructs ICE to select the options from the context menu of the Shell object and save result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectContextMenuByText

<Context Menu item name>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example after the test case debug, ICE will select “Field: CARRID” menu item from the “shell_shl”. If output variable is provided for execution status “True”/ “False” will be stored in it.

Keyword: SETSHELLTEXT

Description: This keyword or action instructs ICE to set text on the Sheel object and save result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetShellText

<Input Text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example after the test case debug, ICE will set text “INCC” in the “shell_shl” object. If output variable is provided for execution status “True”/ “False” will be stored in it.

Last updated