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
.
When I configure it like this, if any page closes, the subsequent nodes will be executed.
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
.
When I configure it like this, if the currently active page, Youtube
, experiences a page reload event, the subsequent nodes will be executed.
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:
Tab Created
Wait for a page to be created before executing the next node.
Example
Currently, I have only one page: Google
.
When I configure it like this, once a Youtube
page is created, the process will execute the next node.
Additionally, if I want to set that page as the active tab, I can add the Set as active tab
option.
Then, the active page will switch to the newly created Youtube
page, and I can continue interacting with this page.
Window Created
Wait for a window to be created before executing the next node.
Example
I have a window as shown below:
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.
Additionally, if I want to set that window as the active tab, I can add the Set as active tab
option.
Then, the active page will switch to the newly created Youtube
page.
Window Closed
Wait for a window to close before executing the next node.
Example
I have two windows as shown below:
When I configure it like this, if any window closes, the process will execute the next node.