Move Window
Command description
Moves the specified window to a screen position.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Retrieval Method | enum | Window Object, Title, Window Containing Element, Window Handle |
| Window | WindowInstance | Window to move. Required when Retrieval Method is Window Object |
| Title | str | Text contained in the target window's title. Required when Retrieval Method is Title |
| Element | WinElement or str (captured element UID, not element name, not ms-rpa-id) | Element contained in the target window. Required when Retrieval Method is Window Containing Element. Select a captured element or use Get Desktop Element, Get Similar Desktop Elements, or Get Related Desktop Elements |
| Window Handle | int or str | Handle of the target window. Required when Retrieval Method is Window Handle |
| X Coordinate | int or str | Target horizontal screen coordinate |
| Y Coordinate | int or str | Target vertical screen coordinate |
Command Output Parameters
None