Back
The Back step allows Snappit to navigate the browser back to the previous page in the browser history. It is useful for workflows that need to step backward after completing tasks on a page.
🔙 Purpose​
The Back step simulates clicking the browser's back button. This enables workflows to return to a previous state or page without hardcoding specific URLs.
🧠Behavior​
- Navigates one step backward in browser history
- Waits for the previous page to fully load
✅ Use Cases​
- Returning to a search results page after viewing a result
- Navigating back after submitting a form or completing a page interaction
- Looping through multiple items that require returning to a starting point
By using the Back step, Snappit allows for more dynamic and natural navigation flows in browser automation.