resize window
Change the size of a window.
Name | Description | Type | Modifier |
---|---|---|---|
window | TA name of the window. | Interface Entity | None |
width | (Optional) New window width (units: pixels). Default Value: 0 | String | None |
height | (Optional) New window height (units: pixels). Default Value: 0 | String | 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 width height
resize window Item Wait Jave Sample 500 300
- Resizing of the window is performed with the top-left corner remaining stationary.
- 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.