Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

This function is one of Plugins Operation.You can find the movie in ARGOS RPA+ video tutorial.



Window Op

Author: Taiki Shimasaki



(info)日本語でのヘルプはこちらをクリック


 

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





Need help?

Technical contact to tech@argos-labs.com


May you search all operations,



Input (Required)

1)    Select one of 6 functions

    1. Get Window’s List
    2. Get Active Window’s List
    3. Select Window
    4. Select Window Resize
    5. Maximize
    6. Minimize
    7. Select Window Move (relative)



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



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 Value

  • Select Window Move (relative)

    No Return Value


           

Return Code

  • 0 for success




How to set the parameters





(info)日本語でのヘルプはこちらをクリック



  • No labels