Skip to content

Browser Event Block

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

  • Timeout (milliseconds)
    Set how long is the workflow waiting for the selected event to be triggered, defaults to 10000ms (10 seconds). Once it reaches the timeout, the workflow will continue to execute the block.

  • Events
    An event that you want the workflow to wait for.

    • Tab closed
      Wait for a tab to be closed.

    • Tab loaded
      Wait for the active tab or tab that the URL matches the match patterns to be loaded.

    • Tab/Window created
      Wait for a tab or window to be created.

      • Filter
        Filter the URL of the newly created tab/window. If the URL matches the URL or Regex you inputted, the workflow will continue to execute the blocks.

      • Active tab
        Set the created tab/window as the active tab.

    • Window closed
      Wait for a window to be closed.