Window Scope
Description
The Window Scope activity allows you to attach to an already oppened window and execute activities within the window.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | bool | Specifies whether automation should continue even if the activity raises an error |
Input | Input Window | InArgument<Window> | Input of the activity with type = 'WindowApp'. |
Process Name | InArgument<string> | Process Name. | |
Window Title | InArgument<string> | Window Title | |
Output | Output Window | OutArgument<string> | Output of the activity with type = 'WindowApp'. |