刷新
web_refreshRefresh the active page to force the browser to re-request all resources, ensuring you see updated content.
Instructions
重新加载活动标签页。
权限说明:重新请求当前页面全部资源。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | 超时毫秒数,默认 60 秒,0 表示不限制 | |
| wait_until | No | 等待策略:commit=请求已发出 / domcontentloaded=DOM 就绪 / load=资源加载完成 / networkidle=网络空闲 |