Skip to main content

Wait For Tab Action

Wait For Tab Action pauses workflow execution until a specific browser tab is loaded or meets specified conditions. It coordinates workflow execution with web page loading events. It is commonly used after opening URLs, clicking links, or performing web automation that results in new browser tabs.

Appearance

In Talos, Wait For Tab Action appears as a rectangular node with a wait/tab icon, indicating browser synchronization.

Properties

As all Actions, Wait For Tab 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.