get_text
Extract text content from web elements in Electron applications using CSS selectors or element references for automated testing and data collection.
Instructions
Read the text content of the first matching element. Pass selector or ref. Does not wait.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | ||
| ref | No | Ref from snapshot. | |
| trim | No | Default true. |