navigate
Navigate the browser to a specified URL. Returns once the page fully loads by default, or immediately when wait is set to false. Configure a timeout to control how long loading is allowed to take.
Instructions
navigate("https://example.com") — 默认等 readyState==='complete' 再返回。 wait=False 立即返回(Page.navigate 一发出就走)。loaded 标记是否等到加载完成。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wait | No | ||
| timeout | No |