The UI Controls and Actions performed during recording are auto-listed in Actions tab.
You can edit the UI Controls and the actions, as per the automation flow.
Actions in Web UI Node
Navigate to the Actions tab, select one of the following options from the first drop-down:
- UI Event: Select the appropriate UI Event from the recorded UI events in the second drop-down. The following Actions are listed in the third drop-down, based on the recorded UI Control.
- Click: To click any UI Control
- Exists: To check whether the UI Control exists or not
- ExistsWithImplicitDelay: To check whether the UI Control exists or not in an interval
- GetText: To get the text value of any UI Control
- Hover: To perform mouse hover on a UI element
- Input: To provide inputs to the UI Control, for example, Username
- Input Password: To input a password in the text field
- Keyboard: To enter values from the keyboard
- Virtual Click: To click an element that is not visible in the current screen layout
- Checked: To check whether a checkbox is checked or not.
- UI Component: A set of UI Controls are saved to reuse. Select the UI component from the second drop-down.
- Screen: All the recorded screens are listed. Select the Screen from the second drop-down.
- Call Function: To select predefined or user-defined Functions from the second drop-down.
To know more about how to use Functions, click here.
- Set Variable: To set the value for Variables to use in further steps. The value set can either be a constant or another variable.
The Tool Bar of Actions tab has the following options:
- Click the Start Recording button to open the Jiffy UILearn floating window and start the familiarization of the User Interface(UI).
- Select the line of action and click the
Copy icon to copy a line of action.
- Select the line of action and click the
Comment icon to comment on a line of action. The line/lines of actions that are not in use or not required can be commented.
- Select the commented line of action and click the
Uncomment icon to uncomment.
- Click the
Debug icon to debug the task execution.
- Click the
Select all or Deselect all icon to select or deselect all the lines of action at once.
Additional Options
Against each line of action, the following options are provided.
- Click the
icon to add new lines of action.
- Click the
icon to remove the lines of action.
- Click the
icon.
- Click the Paste below button to paste the copied line/lines of action at the desired location.
- Click the Execute Till button to execute the task till the selected line of action.
- If no lines are executed in the Actions Tab, debugging starts from the first line of action till the selected line of action.
- Else, debugging starts from the last line of action executed, to the selected line of action. This helps to check the errors during task execution.