打开网址
navigateOpen a target URL in a browser tab and return the navigation status, including the final URL and success indicator. Specify tab or timeout as needed.
Instructions
在标签页中打开网址,返回导航结果(url/status/ok)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 目标网址 | |
| tab_id | No | 标签页 id,省略时用最新标签页 | |
| timeout | No | 页面加载超时秒数,省略时用浏览器默认(30 秒) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| url | No | ||
| status | No | ||
| message | No |