- Robotic Process Automation Projects
- Nandan Mullakara Arun Kumar Asokan
- 276字
- 2021-06-24 16:14:24
Installing the bot agent and verifying the setup
Let's create a simple first bot to complete the setup process:
- Click on Create a bot..., as shown in the following screenshot, and provide a name for the bot:
- On the development canvas that comes up next, search for Message box in the Actions search box. Drag and drop this action in-between the Start and Stop buttons. Update the message that you wish to display and click Apply and Save, as shown in the following screenshot:
- Click on Run in the top menu to run the bot. At this stage, the bot needs to connect to your local computer to execute the automation. As this is the first time you're doing this, you'll be prompted to install the bot agent. Go ahead and save the executable and run the installable file. The installation process should be quick and will be followed by a prompt where you can enable the browser extension.
- Once this process is complete, A2019 automatically detects the agent and the Chrome extensions. It connects to your computer and runs the automation. You should now see a message box with the message you added.
When you go to My Devices, you should see that your device is now connected. This is indicated by a green checkmark. If not, you can use the Add local bot agent option, as shown in the following screenshot, and follow along to add the bot agent:
That completes the setup for A2019. We will be using this for the A2019 projects later in this book.
Before we start our exciting journey, let's quickly recap the first chapter.
推薦閱讀
- Mastering NetBeans
- SpringMVC+MyBatis快速開發與項目實戰
- Learning Selenium Testing Tools with Python
- Vue.js快跑:構建觸手可及的高性能Web應用
- Java應用開發與實踐
- 神經網絡編程實戰:Java語言實現(原書第2版)
- 實戰Java程序設計
- 深入理解Java7:核心技術與最佳實踐
- 游戲程序設計教程
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Mastering C++ Multithreading
- 智能搜索和推薦系統:原理、算法與應用
- Go語言底層原理剖析
- Hands-On Neural Network Programming with C#
- 深度探索Go語言:對象模型與runtime的原理特性及應用