Windows Object
Description
This action component allows you to open/attach windows application. stored as an IWindowObject variable.
Input Properties
- Selector (String) – The XML attributes that identify the location of the window.
- Input Window Object (IWindowObject) – Input window object to open/attach.
- Maximize (Boolean) – If checked, maximize the window.
- Activate (Boolean) – If checked, bring a window to the foreground.
- Body (IWindowObject) – The actions you want to execute within the window
- Timeout (Int32) – The amount of time (in milliseconds) to wait for the action to run.
Output Properties
- Result (IWindowObject) – The instance of the window is to be stored as an IWindowObject 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.