add_table_row
Adds a persistent row to a fixture table via the PF_ADD_ROW command, preventing the default add row action from discarding an uncommitted empty row.
Instructions
Add a persistent row to the fixture table natively. The standard «add row» discards an uncommitted empty row,
so the fixture exposes a PF_ADD_ROW command that server-side appends a MARKED row (PF_ROW_ADDED_<n> /
PF_ADDED_TEXT), activates it, and sets PF_LAST_ACTION. This clicks PF_ADD_ROW capture-free (=
click_command('PF_ADD_ROW')). Verify via assert_form_value('PF_LAST_ACTION')=='PF_ADD_ROW' /
'PF_SELECTED_ROW_MARKER' or capture_screenshot. Returns {base_button, target_button, accepted}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 127.0.0.1 | |
| port | No | ||
| capture | No | genuine-card90-addrow-20260617/traffic-selfcontained |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||