page_query_xpath_all
Retrieve all matching elements from a page via XPath, obtaining element handles for automated interaction. Handles are limited to the last 1000 when results exceed that count.
Instructions
在页面中按 XPath 表达式查询所有匹配元素(返回 element_id 句柄数组;超 1000 个时仅末尾 1000 个句柄可用)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xpath | Yes | XPath 表达式 | |
| page_id | Yes |