spa_navigate
Navigate to a URL with device emulation, custom user agent, and configurable wait strategy for testing single-page applications.
Instructions
Navigate to a URL with device emulation support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| device | No | Device to emulate | |
| session | No | Session ID | default |
| userAgent | No | Custom user agent string | |
| waitUntil | No | networkidle | |
| screenshot | No | Take screenshot after navigation |