check tab not exists
Check for the nonexistence of a tab item (a single tab in a tab bar) as identified by its caption.
Name | Description | Type | Modifier |
---|---|---|---|
window | TA name of the window. | Interface Entity | None |
tab | TA name of the tab control. | Interface Element | None |
item | Identifying caption of the tab item. | String | None |
Result is Passed if the specified tab item is not found, otherwise Failed.
This action may be used within the following project items: test modules and user-defined actions.
This action is applicable to the following controls: tab control.
window tab item
check tab not exists library main tab Music Library
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.