open_card
Open a record card by drilling into a catalog list row natively, launching its form in a new window and confirming it via a result marker. Use after selecting a row to open a specific card.
Instructions
Open a record CARD by drilling into a catalog list row natively. Drilling into a list item opens the record's
form in a NEW top-level window (a fresh SecondaryFrame, like a dialog). This faithfully replays the genuine
navigation from capture (open the fixture form -> open the catalog list via a nav link -> «Изменить» the
active row -> the card form opens). Each new window's per-open SecondaryFrame GUID is rebound by GUID rebinder
automatically (first-appearance, like the dialog window — the same new-window machinery as answer_dialog).
Opening is confirmed by result_marker (a card-specific UTF-16 string, e.g. the card form id "ФормаГруппы")
reading back. Returns {result_marker, opened}. Opens the captured active row's card; to open a SPECIFIC row,
precede with a row-select (compose with select_table_row).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 127.0.0.1 | |
| port | No | ||
| capture | No | genuine-card96-opencard-20260618/traffic | |
| result_marker | No | ФормаГруппы |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||