Move Window
Description
This action component allows you to move the window.
Input Properties
- Width (Int32) – The new width of the window.
- Height (Int32) – The new height of the window.
- X (Int32) – The new X position of the window.
- Y (Int32) – The new Y position of the window.
- Input Window Object (IWindowObject) – Input window object to move.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.