How-to

Reload (reload)

Reload (reload)

Reloads the current tab page.

Step model

action_namereload
GroupNavigation
TargetUnused
ValueUnused
expected_valueUnused
TEST_ACCOUNTForbidden
Do not confuse withgoto

Target/Value facts match the source-of-truth catalog and Autotest step.

Prerequisites

  1. A page is already open from earlier steps.

Steps

  1. Add a reload step.
  2. Leave Target and Value empty.
  3. 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:

FieldValue
action_namereload
Targetempty

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.

Version 1.0.0 · Last updated 2026-09-11

Did this page help?