qt_get_text
Extract text content from PySide6 application widgets including text editors, input fields, labels, and comboboxes for UI inspection and debugging purposes.
Instructions
Extract text content from a text editor or input widget.
Args:
ref: Widget ref from qt_snapshot (e.g., 'w5').
Works with QPlainTextEdit, QTextEdit, QLineEdit, QLabel, QComboBox,
and any widget with a text() or toPlainText() method.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes |