choose_from_list
Selects an option from a native choice list modal in 1C TestClient QA, opening the form and executing the command to set the specified value.
Instructions
Pick a value from a ПоказатьВыборИзСписка modal natively. The flow: open the form, click the command that
raises the choice list (base_command), then PICK value (a list-item VALUE NAME, e.g. PF_CHOICE_A/B/C).
The pick is the choose tag e0 4b 53 + the length-prefixed value at the ManagedForm path — the same
e0 4b 53 family as a radio set_choice, but addressed at the FORM (the popup reuses the window, so NO new
SecondaryFrame to bind); only the value is re-targeted (captured_value -> value). Opens the form by
replaying the genuine setup from capture (which clicked base_command and picked captured_value). The
result is a user message Сообщить(<message_prefix> + value), so commit is verified by scanning the responses
for that ASCII marker. Returns {captured_value, value, accepted, committed, message}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 127.0.0.1 | |
| port | No | ||
| value | Yes | ||
| capture | No | genuine-card96-choicelist-20260618/traffic | |
| base_command | No | PF_SHOW_CHOICE_LIST | |
| captured_value | No | PF_CHOICE_B | |
| message_prefix | No | PF_CHOICE= |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||