178 RPAPractical
178 RPAPractical
Steps:
3. User detail page will open so enter your “First name”, “Last name” &
“Email ID” or you can enter through “Twitter account”
Click on “Request for Community Edition”
4. Other page will open so click on “here” for download.
5. Run the “.exe” file & Install the UiPath.
6. After installation launch UiPath, Select “new project” & choose “start free”
option.
7. After clicking on “Start Free”, it will ask for “email ID” for online
activation.
8. The UiPath successfully installed.
Practical 02
Aim: Automation of recycle bin.
Steps:
Start the Web recorder and simply perform the following steps:
2. Open Recycle Bin by clicking on Recycle Bin and then pressing Enter key.
3. Click on the Manage tab of the Recycle Bin folder.
Steps :
7. Once again, click on the Edit button. It will again ask you to indicate the
anchor. element. Indicate the anchor button and the Edit button will be
highlighted, giving you a drop-down box. Select the Copy option.
8. Double-click on the Recording sequence that is generated by the recording.
Scroll down and drag and drop the Copy selected text and Message box
activities inside the Recording sequence.
9. Create a variable of type String to store the output value of Copy selected
text. specify the newly created variable in the Output property of the Copy
selected text activity.
10.Specify the string variable in the text property of the Message box activity
Hit the Run button to see the result.
Practical 04
Aim : Web Recording in UiPath (Gmail).
Steps :
Steps :
2. Add a Write line activity from the Activities panel and connect it to the Start
node.Select the Write line activity.and type the following text into the Text
box: “Hi! What is your name”.
4. Select the Delay activity and go to the Properties panel. In the Duration
field, set 00:00:05. This is a 05-second delay between the two logged
messages.
5. Take another Write line activity and connect it to the Delay activity. In
theText field, write “I am Delay”.
Practical 06
Aim: Implementing sequence in flowchart using UiPath.
Steps:
1. Go to Blank process and choose Flowchart. Drag and Drop the Sequence inside the
Flowchart.
2. Now, select Do while loop. Create and Assign ‘y’ integer variable in Do while activity.
Practical 07
Aim: Data Table activities in UiPath.
Steps:
2. Drag and Drop the Flowchart under that drag and drop the sequence & choose
the sequence start node.
3. Now, Double click on sequence & then from the activihty panel choose build
datatable.
4. Click on datatable option pop-up window will appear. Remove both the
column’s.
5. Now, Simply add the columns by clicking on the symbol ‘+’ i.e Name,
Rollno & Class and press ’OK’. As soon as we press ‘OK’ the table will be
created in build data table.
6. Add some records in the created table using build data table. Since, the data
table is ready press ‘OK’. So, now from property window we can save the
data with variable name “MyDatatable” also specify in the output property.
7. Choose for each row loop in the sequence option from the activity panel.
8. CurrentRow(“Name”).ToString+”-”+CurrentRow(“RollNo”).ToString+”-”+
CurrentRow(“Class”).ToString.
9. Save and Run the program.
Practical 08
Aim: Screen/Web scraping.
Steps:
1)Assign activity
Steps:
Steps to follow:
1. Create a sequence
2. Assign x integer variable and assign default value 5
3. Now add while activity in sequence activity
4. In condition field write x<5
5. Drop assign inside body and assign values as x= x+5
6. Use write line to display the value x
7. Run the program
3)Do –while
Steps to follow:
2. drag and drop for each within sequence and create integer x.
Steps to follow:
5. keep changing values of x and y then check whether output appears as true or
false according to your condition.
6)Switch
Steps to follow:
4. choose switch activity from activity panel and write all the condition