Search

Design Actions

Last Updated: May 27, 2021

Articles

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. Based on the recorded UI Control, Actions are listed in the third drop-down.
  • UI Component: A set of UI Controls are saved to reuse. Select the UI component from the second drop-down.
  • Screen: All the recorded modules are listed. Select the Module 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.
    Image description

Confidence and Index

When the UI Control is captured through text or image recording, two additional parameters Confidence and Index need to be provided.

Confidence

Confidence defines the percentage of match for the UI Control during task execution against the one which is familiarized. It gives flexibility during execution even if the UI Controls do not match 100%. The values to be provided can be in the range of zero to one.

If 80% match is required, enter 0.8.

Index

Index value defines the occurrence of an element in case if it is repeated on the same page.

On a webpage, Submit button is appearing twice. To select the second occurrence, enter index as two.

Click the Image description icon beside the UI Control to enter the parameters.

Image description

If no values are entered, it takes Confidence as 0.9(90%) and Index as zero.

ToolBar Options

The Tool Bar of Actions tab contains the following options:

  1. Click the Start Recording button to open the Jiffy UILearn floating window and start the familiarization of the User Interface(UI).
  2. Select the line of action and click the Image description Copy icon to copy a line of action.
  3. Select the line of action and click the Image description 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.
  4. Select the commented line of action and click the Image description Uncomment icon to uncomment.
  5. Click the Image descriptionDebug icon to debug the task execution.
  6. Click the Image description 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.

  1. Click the Image description icon to add new lines of action.
  2. Click the Image description icon to remove the lines of action.
  3. Click the Image description icon.
    1. Click the Paste below button to paste the copied line/lines of action at the desired location.
    2. 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.

Image description

Did you find what you were looking for?