Keystone home page
Search...
⌘K
Overview
Steps Overview
AI-Powered Steps
AI Assert
Actions
Click
Type
Hover
Scroll
Select
Copy
Paste
File Upload
Assertions
Assert Text
Element Check
Navigation
Navigate
Go Back
Go Forward
Wait for URL
Email Testing
Email Inbox Testing
Email Create Inbox
Wait for Email
Email extract
Log in
Support
Keystone home page
Search...
⌘K
Ask AI
Log in
Support
Support
Search...
Navigation
Navigation
Navigate
Documentation
Steps
CLI
Roadmap
Documentation
Steps
CLI
Roadmap
Navigation
Navigate
Navigate to a URL
Overview
The
NAVIGATE
step allows you to navigate the browser to any URL. It supports both absolute and relative URLs and waits for the page to load before proceeding.
Parameters
url
string
required
URL to navigate to. Can be absolute (e.g.,
https://example.com
) or relative (e.g., /dashboard)
Behavior
URL Processing
: Processes the URL (absolute or relative)
Navigation
: Navigates the browser to the specified URL
Page Load
: Waits for the page to load completely
Network Activity
: Waits for network activity to settle
Common Use Cases
Starting test flows at specific pages
Navigating between different sections of an application
Testing direct URL access to protected pages
Navigating to external resources
Testing URL parameters and query strings
Error Handling
The step will fail if:
The URL is malformed or invalid
The navigation times out
The page fails to load (e.g., 404, 500 errors)
Network connectivity issues occur
The step provides clear error messages indicating the type of navigation failure.
Previous
Go Back
Navigate browser back
Next
On this page
Overview
Parameters
Behavior
Common Use Cases
Error Handling
Assistant
Responses are generated using AI and may contain mistakes.