move_table_row
Moves the active table row up or down in a 1C TestClient form; select the row first, then verify the new order in the same session.
Instructions
Move the ACTIVE table row up or down natively. direction in {"up","down"} clicks the fixture's
PF_MOVE_ROW_UP / PF_MOVE_ROW_DOWN command (ДанныеФормыКоллекция.Сдвинуть(±1) on the active row, no-op at
the table boundary), capture-free, by replaying the genuine PF_COPY_ROW click retargeted to the move Button
leaf. Example: baseline active row 1 + "down" ->
PF_TABLE_SNAPSHOT=PF_TABLE[3]=PF_ROW_002|PF_ROW_001|PF_ROW_003. Session-local form state — verify in the SAME
session via assert_form_value('PF_TABLE_SNAPSHOT') / ('PF_LAST_ACTION'). Select the target row first with
select_table_row. Returns {base_button, target_button, accepted}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 127.0.0.1 | |
| port | No | ||
| capture | No | genuine-card97-rowops-combined-20260619/traffic-selfcontained | |
| direction | No | up |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||