Move window
Description
Moves the input window to the input position. Outputs the next window
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Window ID | number | link-manual | true | The active window ID of the application |
| App path | text | link-manual | true | The full path of the application |
| X, Y | position | link-manual | true | The position where the window should be moved to |
Scenarios
- The user wants to move the active window to position
X: 420andY: 640
Use cases
Inputs
- Window ID:
21196 - App path:
C:/Windows/System32/notepad.exe - X:
420 - Y:
640
Experienced tips
- If you do not specify an
App path, the process will stop and provide you with the following error.The "path" argument must be of type string. Received type object
Search Tags
move active window