browser_navigate
Direct a browser to load a specific URL, configure navigation timeouts, and set wait criteria for page events like 'load' or 'networkidle'. Useful for automating web interactions or testing workflows.
Instructions
Navigate to a specific URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
timeout | No | Navigation timeout in milliseconds | |
url | Yes | URL to navigate to | |
waitUntil | No | Navigation wait criteria |