delete_table_row
Remove the active row from a 1C form table to update session-local state. Select the target row first, then verify the change in the same session.
Instructions
Delete the ACTIVE table row natively. Clicks the fixture's PF_DELETE_ROW command
(ДанныеФормыКоллекция.Удалить on the active row of PF_TABLE_ITEMS), capture-free, by replaying the genuine
PF_COPY_ROW click (its form-open setup) retargeted to the PF_DELETE_ROW Button leaf. Example: baseline
[PF_ROW_001|PF_ROW_002|PF_ROW_003], active row 1 ->
PF_TABLE_SNAPSHOT=PF_TABLE[2]=PF_ROW_002|PF_ROW_003. The deletion is session-local form state (reset on a
fresh form-open), so verify in the SAME session via assert_form_value('PF_TABLE_SNAPSHOT') /
('PF_LAST_ACTION'=='PF_DELETE_ROW') or capture_screenshot. 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||