navigate_to_url
Navigate to a target URL and wait for the page to reach a specified load state (load, domcontentloaded, networkidle).
Instructions
导航到指定URL
Args:
url: 目标URL
wait_until: 等待条件 (load, domcontentloaded, networkidle)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wait_until | No | domcontentloaded |