get_text_content
Extract text from a page element using a CSS selector or XPath, with configurable timeout for dynamic content.
Instructions
获取元素文本内容
Args:
selector: CSS选择器或XPath
timeout: 超时时间(毫秒)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| timeout | No |