Skip to main content
13-Aquamarine
December 7, 2015
Question

Is it possible to automate the Integrity desktop client (the Java Swing GUI) ?

  • December 7, 2015
  • 1 reply
  • 904 views

Hello,

Is it possible to drive the Integrity desktop client (the Java Swing GUI)?

Example:

I would like to tell the Integrity desktop client to perform operations, for example to

- to open/view a certain project

- to open/view a certain sandbox

- to select/highlight a certain member of the project or sandbox

Thanks !

    1 reply

    16-Pearl
    December 8, 2015

    Hello Alexandru Matei

    Alexandru Matei wrote:

    Is it possible to drive the Integrity desktop client (the Java Swing GUI)?

    I would like to tell the Integrity desktop client to perform operations, for example to

    - to open/view a certain project

    - to open/view a certain sandbox

    - to select/highlight a certain member of the project or sandbox

    You can't "automate" this from the Integrity client, but you can simulate many behaviors from the command line:

    - to open/view a certain project

    si viewproject --gui <project>

    - to open/view a certain sandbox

    si viewsandbox --gui <sandboxLocation>

    - to select/highlight a certain member of the project or sandbox

    I can't think of a way to do this from the command line.

    Regards,
    Kael