Open Browser
Description
The Open Browser activity allows you to navigate to a specified URL by launching a browser and executing multiple activities within it.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | bool | Specifies whether automation should continue even if the activity raises an error |
Input | Url | In(string) | Starting this destination URL when the browser is opened |
Options | Maximize | bool | Maximizes the size of the browser. This box is uncheck by default |
Private Mode | bool | Maximizes the size of the browser. This box is uncheck by default | |
Quit Browser On Completed | bool | Specifies whether the browser is closed when execution is finished or faulted | |
Output | Output Browser | Out(Browser) | Output of the activity with type = 'Browser'. Stores all the information regarding your browser session |