We’ll show you how to add special actions.
You can add special actions by clicking the [+] button at the top right of the [Test Steps] panel in the Reliv Editor.
The types of special actions include:
isVisible
: Checks if a specific element is visible on the screen. isEqualTo
: Checks if the current text of a specific element matches. Custom Action
: Define a custom action by writing your own code.Action Block
: Adds an action block consisting of frequently used steps.Browser Action
: Browser actions.
Click
: Clicks a specific element. Hover
: Place mouse cursor over a specific element. Navigate
: Navigates to a specific URL.Reload
: Refreshes the current page.Add Variable
: Adds a variable for storing repeating text or function return values.We’ll show you how to add special actions.
You can add special actions by clicking the [+] button at the top right of the [Test Steps] panel in the Reliv Editor.
The types of special actions include:
isVisible
: Checks if a specific element is visible on the screen. isEqualTo
: Checks if the current text of a specific element matches. Custom Action
: Define a custom action by writing your own code.Action Block
: Adds an action block consisting of frequently used steps.Browser Action
: Browser actions.
Click
: Clicks a specific element. Hover
: Place mouse cursor over a specific element. Navigate
: Navigates to a specific URL.Reload
: Refreshes the current page.Add Variable
: Adds a variable for storing repeating text or function return values.