How-to
History forward (goForward)
History forward (goForward)
Moves forward in the tab history after goBack.
Step model
action_name | goForward |
| Group | Navigation |
| Target | Unused |
| Value | Unused |
| expected_value | Unused |
| TEST_ACCOUNT | Forbidden |
| Do not confuse with | goBack |
Target/Value facts match the source-of-truth catalog and Autotest step.
Prerequisites
- A forward history entry exists.
Steps
- Add a
goForwardstep. - Leave Target and Value empty.
- Save.
The step is stored on the autotest. Next - neighbouring steps or autotest run creation.
Examples
Go forward again
Fields in the UI:
| Field | Value |
|---|---|
action_name | goForward |
| Target | empty |
Step JSON fragment (copy-paste):
json
{
"action_name": "goForward"
}Common mistakes
- Without a prior goBack the step is usually useless.
Screenshots
Screenshots of the step form for goForward will be added here in a later pass.
Did this page help?