Skip to content

Browser event

Wait for the selected event to be triggered before executing the next node.

Timeout (seconds)

Set the duration for which the process waits for the selected event to be triggered, with a default of 10 seconds. When the wait time is reached, the process will continue to execute the node. If the event occurs during the wait time, the process will immediately proceed to the next node.

Events

An event that I want the workflow to wait for.

Tab Closed

Wait for an active page to close before the process executes the next node.

Example

Currently, I have a profile with two pages: Google and Youtube.

i

When I configure it like this, if any page closes, the subsequent nodes will be executed.

i

Tab Loaded

Wait for the active page or a page with the desired URL to load before executing the next node.

Example

Currently, I have a profile with two pages: Google and Youtube.

i

When I configure it like this, if the currently active page, Youtube, experiences a page reload event, the subsequent nodes will be executed.

i

Alternatively, if I want a page with the URL https://www.youtube.com/ to reload before executing the next node, I configure it as follows:

i

Tab Created

Wait for a page to be created before executing the next node.

Example

Currently, I have only one page: Google.

i

When I configure it like this, once a Youtube page is created, the process will execute the next node.

i

Additionally, if I want to set that page as the active tab, I can add the Set as active tab option.

i

Then, the active page will switch to the newly created Youtube page, and I can continue interacting with this page.

i

Window Created

Wait for a window to be created before executing the next node.

Example

I have a window as shown below:

i

When I configure it like this, once a window with the URL https://www.youtube.com/ is created, the process will execute the next node.

i

Additionally, if I want to set that window as the active tab, I can add the Set as active tab option.

i

Then, the active page will switch to the newly created Youtube page.

i

Window Closed

Wait for a window to close before executing the next node.

Example

I have two windows as shown below:

i

When I configure it like this, if any window closes, the process will execute the next node.

i