read_user_messages
Reads and decodes Сообщить user messages a 1C form emits, returning messages, count, and expected_found. Pass expected to assert a specific message is present.
Instructions
Read the user messages (Сообщить text / the "messages to user" panel) a form emits. This is the
capture-free ASSERTION read for «нет сообщений пользователю» and for reading Сообщить output. The client
reports the message panel in its responses as the envelope cb 53 9a <byte-len> <UTF-8>; this faithfully
replays the genuine flow from capture (whatever raises the message — e.g. the choose-from-list /
choose-from-menu callbacks) and decodes every message. Returns {messages, count, expected_found}. Pass
expected to assert a specific message is present. NOTE: byte-length-prefixed UTF-8 — proven on ASCII and on a
synthetic multibyte string; a real Cyrillic Сообщить should decode the same.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 127.0.0.1 | |
| port | No | ||
| capture | No | genuine-card96-choicelist-20260618/traffic | |
| expected | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||