Recorder

You can use the Recorder tool to record the steps performed for a task that you want to automate. The recorded steps can be reviewed on the RPA Recorder screen. You can also upload previously recorded steps to the RPA recorder to continue recording the steps. The inspected elements Xpaths are stored throughout the session.

  1. Click Recorder.
  2. Navigate to the desired webpage and click Record to start the recording.
  3. Perform the actions that you want to automate.
  4. Click Stop to stop the recording. The recording tool downloads a JSON file at the default download location, with a name relevant to the activity recorded. The JSON file can be downloaded and imported in the Studio application using the Import Recorder functionality on the Design tab, to create an RPA flow.
    Note: The RPA flow created by importing the JSON file may require debugging to correct the errors when recording, if any.

    You also have the option to:

    • Clear all recordings by using the Clear option.
    • Download the recordings, using the Download option.
    • Import recordings, using the Import option.
    • Delete one or more activities that are recorded. using the Delete option.
    • Revert a last deletion, using the Undo option.
    • Reverse any accidental clearing or deletion, using the Undo All option.