restore window
Restore the specified window from its minimized or maximized state.
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.
interface
use interface Sample
 
window
restore window Item Wait Java Sample
- This action has no effect if the specified window is already in its restored state.
- This action is not supported in the WebDriver mode.
- 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.