neuron_find_elements
Locate DOM elements in Chrome tabs using CSS selectors or visible text. Specify selectors, texts, and a tab ID to get matching elements with a result limit.
Instructions
Find elements by CSS selectors or visible text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 10) | |
| tabId | Yes | Chrome tab ID | |
| texts | No | Visible text to match | |
| selectors | No | CSS selectors to try |