browser_extract
Extract text or attribute values from web pages using optional CSS selectors, returning the content for further processing.
Instructions
提取页面文字内容。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS 选择器,留空则提取整页可见文本 | |
| attribute | No | 提取属性值(如 'href'),配合 selector 使用 |