Go
The Go step is used to navigate the browser to a specific URL. It is typically the first step in a workflow and is essential for initiating interaction with a web page.
🌐 Purpose
The Go step directs the browser to a provided URL and waits for the page to fully load before moving on to the next step in the workflow.
🔗 URL Requirement
- Accepts only valid
https://
URLs. - URLs must be complete and well-formed to avoid navigation errors.
🧭 Behavior
- Navigates to the provided URL
- Waits until the page is fully loaded before continuing
- Sets the browser context for all subsequent steps
This ensures that all actions happen in a fully rendered and interactive environment.
✅ Use Cases
- Starting a workflow from a specific web page
- Navigating between multi-page flows
- Resetting the browser to a known state mid-workflow
By using the Go step, Snappit ensures that workflows start on the right page and maintain reliable, sequential automation flow.