close window
Close a specified window.
Name | Description | Type | Modifier |
---|---|---|---|
window | TA name of the window. | Interface Entity | None |
None
This action may be used within the following project items: test modules and user-defined actions.
This action is applicable to the following controls: window.
![](https://docs-stage1.testarchitect.com/images/TA_Automation/Images/window/close_window_scenario.png)
window
close window login
![](https://docs-stage1.testarchitect.com/images/TA_Automation/Images/window/close_window_result.png)
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of the argument, or the argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.