Java Object
Description
This action component allows you to open/attach Java windows application. stored as an IJavaObject variable.
Input Properties
- Selector (String) – The XML attributes that identify the location of the Java window.
- Java Object (IJavaObject) – Input Java window object to open/attach.
- Activate (checkbox) – If checked, bring a Java window to the foreground.
- Maximize (checkbox) – If checked, maximize the window.
- Body (IJavaObject) – The actions you want to execute within the Java window
- Timeout (Int32) – The amount of time (in milliseconds) to wait for the action to run.
Output Properties
- Result (IJavaObject) – The instance of the Java window is to be stored as an IJavaObject variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.