Step-by-step examples using the recorder
In this section, we will illustrate two examples of using the UiPath recorder:
- Emptying the trash folder in Gmail
- Emptying Recycle Bin
The first one is to show a recording of a web-based application, and the second is Windows-based. These are very simple examples, and show how a simple task can be automated quickly.
Emptying trash in Gmail
This is an example of how we can empty a folder in Gmail with the help of a UiPath Robot, solely on the basis of recording.
To do this, we are going to record all the actions that have to be performed to empty this Trash folder so that our Robot understands the sequence to be performed.
We can see the process flow of this simple activity in the following diagram:

Process flow for emptying Gmail trash
We need to see all process flows, however small or big, as shown in the previous diagram. This makes developing RPA much easier and, organized.
First and foremost, we begin with a blank project in UiPath Studio and then choose...