Browser Refresh Action
Browser Refresh Action performs a refresh operation on the selected tab of the browser. It reloads the current page content, similar to pressing F5 or clicking the refresh button. You can optionally specify a URL to target a specific tab.
Appearance
In Talos, Browser Refresh Action appears as a standard rectangular node with a rotating arrows icon.

Properties
As all Actions, Browser Refresh Action has a few unique properties that are essential for its functionality.
Common properties
Common properties inherited from Action.
By customizing this property, you can differentiate between same type of actions.
This property is Read only and it is not customizable
See more about Talos Scripting language & Expressions
This property supports expressions. You can use variable references and string expressions to dynamically resolve the URL at runtime.
Examples
Assuming a declared String variable with name baseUrl.
https://www.example.com
https://www.example.com/page/${baseUrl}
${baseUrl}/dashboard