Tab

Keyword: SELECTTABBYINDEX

Description: This keyword or action instructs ICE to select the tab based on the index provided in the input value

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectTabByIndex

<Tab Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, the provided index tab will be selected and the execution status “True”/ “False” will be stored in variable {SelectedTab}.

Keyword: SELECTTABBYTEXT

Description: This keyword or action instructs ICE to select the tab based on the text provided in the input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectTabByText

<Input Text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, the specified tab will be selected and the execution status “True”/ “False” will be stored in variable {SelectedTab}.

Keyword: GETSELECTEDTAB

Description: This keyword or action instructs ICE to fetch the name of the selected tab and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetSelectedTab

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

In the above example, after the test case debug, the selected value will be fetched and stored in the variable {GetSelectedTab} and the execution status “True”/ “False” will be stored in variable {Get}.

Keyword: VERIFYSELECTEDTAB

Description: This keyword or action instructs ICE to compare the user-provided input value with the selected tab.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifySelectedTab

<Input Text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Note: This keyword will pass only if the input value matches the value selected in the dropdown.

Find the snippet of the keyword below:

In the above example, after the test case debug, the selected value will be verified and the execution status “True”/ “False” will be stored in variable {selected}.

Last updated