read_url_browser
Read web pages using a real browser, handling login-protected sites, cookies, and JavaScript-rendered single-page apps.
Instructions
使用浏览器读取网页(支持登录状态、Cookie、SPA 页面)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 要读取的网页 URL | |
| waitFor | No | 等待页面加载的时间(毫秒),默认 2000ms | |
| useExisting | No | 是否连接已打开的 Chrome(需要 Chrome 调试模式),默认使用新浏览器 |