Reload Tab Block
The Reload Tab block refreshes the currently active page. The workflow waits until the page has fully loaded before continuing to the next node, so you don't need to add a separate delay.
When to Use Reload Tab
- After a page error — If a page fails to load completely, reload it before continuing.
- Refreshing dynamic content — Force the page to fetch the latest data.
- Clearing page state — Some websites accumulate JavaScript state that can interfere with automation; reloading resets it.
Tips
- Combine with a
Conditionsblock to check whether the page loaded correctly after reloading. - If the page takes a long time to load, consider adding a
Delayblock or aBrowser Event(Tab Loaded) block afterward.
