How-to
Reload (reload)
Reload (reload)
Reloads the current tab page.
Step model
action_name | reload |
| Group | Navigation |
| Target | Unused |
| Value | Unused |
| expected_value | Unused |
| TEST_ACCOUNT | Forbidden |
| Do not confuse with | goto |
Target/Value facts match the source-of-truth catalog and Autotest step.
Prerequisites
- A page is already open from earlier steps.
Steps
- Add a
reloadstep. - Leave Target and Value empty.
- Save.
The step is stored on the autotest. Next - neighbouring steps or autotest run creation.
Examples
Refresh the list after an external change
Fields in the UI:
| Field | Value |
|---|---|
action_name | reload |
| Target | empty |
Step JSON fragment (copy-paste):
json
{
"action_name": "reload"
}Common mistakes
- After reload, wait for required elements again - DOM state was reset.
Screenshots
Screenshots of the step form for reload will be added here in a later pass.
Did this page help?