前进
web_forwardNavigate forward in the active tab's browsing history to load the next page. Reloads the current page to display the subsequent entry.
Instructions
在活动标签页中前进到下一页历史记录。
权限说明:触发浏览器历史导航,可能重新加载页面。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | 超时毫秒数,默认 60 秒,0 表示不限制 | |
| wait_until | No | 等待策略:commit=请求已发出 / domcontentloaded=DOM 就绪 / load=资源加载完成 / networkidle=网络空闲 |