Window Op-3.217.1000
Window Op | |
|---|---|
Author: Taiki Shimasaki
Description This plugin manipulates application’s window on the Windows PC. It has the following functions. 1) Obtains the list of all (active and not active but running) window titles 2) Obtains the list of active window titles 3) Activate application’s window 4) Changes the size of application’s window 5) Maximize and minimize application’s window 6) Move application’s window
|
Input (Required)
1) Select one of 6 functions
Input for different functions
1) Get Window’s List
No additional input needed
2) Get Active Windows List
No additional input needed
3) Select Window (Activate Window)
Window title (Case sensitive)
4) Select Window Resize (Resize Window)
Window title (Case sensitive)
Window height (in pixel count)
Window width (in pixel count)
5) Maximize
Window title
6) Minimize
Window Title
7) Select Window Move (relative)
Window title (Case sensitive)
Move Right
Move Down
8) Select Window Move (absolute)
Window title (Case sensitive)
X-Coordinate
Y-Coordinate
Output (Return Value)
Get Window’s List
List of Windows title separated by a line feed character
Get Active Window’s List
List of Windows title separated by a line feed character
Select Window
No Return Value
Select Window Resize
No Return Value
Maximize
No Return Value
Minimize
No Return ValueSelect Window Move (relative)
No Return Value
Select Window Move (absolute)
No Return Value
Return Code
0 for success
How to set the parameters
Return Code
Code | Meaning |
|---|---|
0 | Execution successful |
1 | Execution failed |