find_text
Locate specific text content on the current browser page, returning matching text elements with their tags, coordinates, and dimensions to identify where and how the text appears within the page.
Instructions
find_text("喜欢") → [{text, tag, match, w, h}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | ||
| text | Yes | ||
| exact | No | ||
| limit | No |