How-to
History back (goBack)
History back (goBack)
Goes back in the tab history. Target and Value are unused.
Step model
action_name | goBack |
| Group | Navigation |
| Target | Unused |
| Value | Unused |
| expected_value | Unused |
| TEST_ACCOUNT | Forbidden |
| Do not confuse with | goForward, goto |
Target/Value facts match the source-of-truth catalog and Autotest step.
Prerequisites
- The tab history has a previous entry.
Steps
- Add a
goBackstep. - Leave Target and Value empty.
- Save.
The step is stored on the autotest. Next - neighbouring steps or autotest run creation.
Examples
Return after opening a card
Fields in the UI:
| Field | Value |
|---|---|
action_name | goBack |
| Target | empty |
Step JSON fragment (copy-paste):
json
{
"action_name": "goBack"
}Common mistakes
- Do not rely on goBack if the product uses its own routes without history.
Screenshots
Screenshots of the step form for goBack will be added here in a later pass.
Did this page help?