Open Web URL Action
Open Web URL Action navigates to a specified URL in a web browser. It is commonly used to access web-based applications, retrieve online data, or perform web automation tasks as part of a larger workflow.It can open in a new browser window, new tab, or reuse an existing browser instance.
Appearance
In Talos, Open Web URL Action appears as a rectangular node with a browser icon, indicating web navigation. It shows the URL that will be opened.
Properties
As all Actions, Open Web URL Action has a few unique properties that are essential for it's functionality.
Common properties
Common properties inherited from Action.
Display NameString
This is the display name of the action.
By customizing this property, you can differentiate between same type of actions.
Action IDString
Indicates the unique ID of this action.
This property is Read only and it is not customizable
DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
URLString
The web address that will be opened.
New WindowBoolean
Whether to open the URL in a new browser window.