Java Gui Scope

Last modified by Nhan Nguyen on 2022/05/13 02:25

RCA.Activities.Java.JavaGuiScope

Description

This activity allows you to initialize a Java library and provide a scope for all subsequent activities.

java gui scope.png
(* is mandatory)

Properties

Input

  • Process Path (String)* - The file path you want to execute. String supported only.
    Eg: “C:/Apps/Agent.java”
  • Selector (String)* - You can add selectors here. String supported only.
    Eg:
Text
“<wnd app=’...’ ></wnd><java role=’...’ ></java>”

Misc

  • Public (Checkbox) - Check if you want to public it. Remember to consider data security requirement before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    Eg: Java Gui Scope

Options

  • Dispose On Completed Or Faulted (Checkbox) - Specifies whether the Java Application Window is closed when execution is finished or faulted. This option is checked by default.

Output

  • Java Access Bridge (JavaElement) : Object allow view and manipulate information about GUI elements in a Java application. Output in JavaElement variable only.

 

Table of Content

  
Navigation