navigate
Navigate to URLs while bypassing bot detection for JavaScript reverse engineering, returning page details like title and HTTP status.
Instructions
Navigate to the specified URL.
Args: url: Target URL to navigate to. wait_until: When to consider navigation complete - "load", "domcontentloaded", or "networkidle".
Returns: dict with url, title, and HTTP status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wait_until | No | load |