Book Image

Robotic Process Automation for Developers [Video]

By : Ramesh Nougain
2 (1)
Book Image

Robotic Process Automation for Developers [Video]

2 (1)
By: Ramesh Nougain

Overview of this book

The future of work is here: digital workforces. RPA solves a major software integration problem by automating at the presentation layer. Robotic Process Automation is the automation of repetitive and rule-based human tasks working with software applications at the User Interface layer. This course aims to make you ready for new-age RPA Developer jobs in the Digital Workforce era. You will begin by learning RPA concepts and how they can benefit people at their work. Then, you will master UI automation and extract content using scraping methods. You will get to know the various recorders available in UiPath to record human actions. Finally, you will build a workflow automation and get the hang of automating Excel, PDF, e-mail and Citrix applications. By the end of the course, you'll be equipped with the knowledge and skills to apply the power of automation to your projects. The code files are placed on GitHub at this link https://github.com/PacktPublishing/Robotic-Process-Automation-RPA-for-Developers
Table of Contents (6 chapters)
Chapter 1
The World of RPA and UiPath
Content Locked
Section 6
Chrome and Firefox Extensions, Source Control, and Logging Levels
Many businesses use Chrome and Firefox browsers to run their business web applications. Only IE is supported out-of-box in UiPath. To support the Chrome and Firefox, UiPath provides Extensions for each of these browsers. Further, it is important to manage different versions of the processes and UiPath provides that with integration to source control softwares. Also, maintaining Audit Trail for audit and troubleshooting is critical for businesses. UiPath provides Logging mechanism to achieve that. - Install Chrome and Firefox extensions from the “Tools” menu under the Start Backstage screen - Integrate with TFS or SVN from the “Team” menu under the Start Backstage screen - Use Log activity with different log levels to store log messages in the log files