0% found this document useful (0 votes)
26 views2 pages

Day2 Web Activities

Uploaded by

shravan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Day2 Web Activities

Uploaded by

shravan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

UIpath studio :

1.UiPath Studio is a complete solution for application integration,


automating third-party applications, administrative IT tasks and business IT processes.

2. One of the most important notions in Studio is the automation project(workflow).

3. A project(workflow) is a graphical representation of a business process. It enables you to


automate rule-based processes, by giving us full control of the execution order and the
relationship between a custom set of steps, also known as activities in UiPath Studio. Each
activity consists of a small action, such as clicking a button, reading a file or writing to a log
panel.

The main types of supported projects are:

1. Sequences

2. FlowChart

3. State Machine

Sequences - suitable to linear processes, enabling you to smoothly go from one activity to
another, without cluttering your project.

Flowcharts - suitable to a more complex business logic, enabling you to integrate decisions and
connect activities in a more diverse manner, through multiple branching logic operators.

State Machines – suitable for very large projects; they use a finite number of states in their
execution which are triggered by a condition (transition) or activity.

UIAutomation Activites

1. Click

2. Double Click

3. Hover

4. Type into
5. Type secure text

6. send hotkey

7. set text

8. get text

9. check

10. select item

11. find element

12. find relative element

13. Element exists

14. Element scope

15.Highlight

You might also like