click_command
Click a form-command button natively in 1C TestClient to open or trigger a managed form action; confirm success via side effects or screenshots.
Instructions
Click a form-command BUTTON natively. A command click activates the …Group[<bar>].Button[NAME] element
(88 81 81 e1 command-execute) — the Button twin of switch_page / toggle_checkbox. Opens the form (replays the
genuine setup from capture, which clicked base_button) and sends the genuine click re-targeted to
target_button (the Button leaf; defaults to base_button). A click has no value read-back — verify via a
side-effect field (PF_LAST_ACTION) 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 | |
| base_button | No | PF_ADD_ROW | |
| target_button | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||