Book Image

Robotic Process Automation with Automation Anywhere

By : Husan Mahey
Book Image

Robotic Process Automation with Automation Anywhere

By: Husan Mahey

Overview of this book

With an increase in the number of organizations deploying RPA solutions, Robotic Process Automation (RPA) is quickly becoming the most desired skill set for both developers starting their career and seasoned professionals. This book will show you how to use Automation Anywhere A2019, one of the leading platforms used widely for RPA. Starting with an introduction to RPA and Automation Anywhere, the book will guide you through the registration, installation, and configuration of the Bot agent and Control Room. With the help of easy-to-follow instructions, you’ll build your first bot and discover how you can automate tasks with Excel, Word, emails, XML, and PDF files. You’ll learn from practical examples based on real-world business scenarios, and gain insights into building more robust and resilient bots, executing external scripts such as VBScripts and Python, and adding error handling routines. By the end of this RPA book, you’ll have developed the skills required to install and configure an RPA platform confidently and have a solid understanding of how to build complex and robust, yet performant, bots.
Table of Contents (20 chapters)

Connecting to Control Room

Continuing from Chapter 1, About Automation Anywhere, after your registration with Automation Anywhere is complete, you should have received an email with the following details:

  • Your Control Room URL
  • Your username
  • Your password

Let's start by logging into Control Room and getting familiar with the interface.

Launching and logging into Control Room

As Automation Anywhere is 100% cloud-based, the platform is a totally web-based application. As such, we need to run Automation Anywhere from our web browser. I am using Chrome, but Internet Explorer can also be used to launch Automation Anywhere:

  1. Copy the Control Room URL details from your registration email and enter this URL into your web browser address bar:
    Figure 2.1 – Automation Anywhere Log in interface

    Figure 2.1 – Automation Anywhere Log in interface

  2. Next, enter the Username (this is usually your email address), followed by the Password sent in the email from Automation Anywhere.
  3. Click on the Log in button. When you have successfully logged in, you will be navigated to the Home page:
Figure 2.2 – Automation Anywhere Home page

Figure 2.2 – Automation Anywhere Home page

You have managed to log in to Automation Anywhere Control Room. The top right shows the user details, while the left-hand pane has all the different sections of Control Room.

Updating your profile and password

The first thing you may want to do is update your profile and set a new password:

  1. In the top right-hand corner of the Home page, click on your profile icon:
    Figure 2.3 – Profile icon

    Figure 2.3 – Profile icon

  2. From the dialog box, click on Go to My profile:
    Figure 2.4 – Navigate to your profile details

    Figure 2.4 – Navigate to your profile details

  3. This will take you to your profile details interface; to make any changes to your profile, click on Edit:
    Figure 2.5 – Profile settings page

    Figure 2.5 – Profile settings page

  4. This will allow you to update your details. Here, you can update your password; once you have made your changes, click on Save changes to apply them:
Figure 2.6 – Updating the profile settings

Figure 2.6 – Updating the profile settings

You are now successfully connected to Control Room and have configured it to your liking. Every time you want to launch Automation Anywhere, you will navigate via your browser to the URL given and use your credentials to log in. Now let's prepare your device.