Skip to content
Browser Actions icon Home Browser Actions 2024.0.3 › Actions

Browser Actions › Actions › Wait for Browser Tab To Finish Loading (β)

Pauses your workflow until the browser reports the specified tab as done loading.

Returns YES if the page reached the desired ready state, NO otherwise. To prevent timeout errors, the action will run for max. 20 seconds before returning a result.

Parameters

Browser

The browser to work with.

Selecting "frontmost browser" will only work if the application currently in the foreground is a supported browser.

Only available if Target tab isn’t set to "specific tab".

Type: Browser

Target tab

Specify which tab you want to work with. The option "active tab of frontmost window" will target the currently active tab at the time this action is executed, while "specific tab" will let you target an existing browser tab.

Options:

  • active tab of frontmost window
  • specific tab

Specific browser tab

If Target tab is set to "specific tab", this parameter expects a browser tab reference.

Type: Browser Tab

Wait until the page …

Specify if you consider the page loaded when it can be interacted with (images etc. might still be loading) or when the page is completed, images and all.

Options:

  • can be interacted with
  • is fully loaded

Return Value

Boolean (YES/NO)