playwright_navigate
Navigate to a URL with configurable wait conditions and timeout. Control when navigation completes for precise page loading.
Instructions
Navigate to a URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| waitUntil | No | Navigation wait condition | |
| timeout | No | Navigation timeout in milliseconds |