- Robotic Process Automation Projects
- Nandan Mullakara Arun Kumar Asokan
- 274字
- 2021-06-24 16:14:29
Handling exceptions
If there is an unexpected exception or error, then the bot should ensure that we bring the target application to a stable state where it can proceed with the next transactions. The following few steps guarantee this:
- Within the Else block, to ensure that the target application is in a stable state, we will attach an element on the screen to the browser. Let's add a new Attach Browser activity to handle the error handling activity in the already opened Chrome browser:
- On the properties side of Attach Browser, update Browser with the ZohoBrowser variable and set the BrowserType as Chrome to continue to use the same browser session:
- Add a Mouse Click activity to the newly created sequence and click on Indicate element inside the browser. Then, go to the browser, and click on the TICKETS menu option in the top left-hand corner of the Zoho desk screen:
This step will enable automation to get control of the home page of the web application if a ticket has not been created.
This completes the Try block. Now, let's handle any system exceptions.
- Moving out of the overall Try block, let's update the Catches block. Add a new catch of the System.exception type to the Catches block. Copy the error handling sequence that we added in the Else block and paste it into this Catches block:
So we have now completed the web (Zoho Desk) automation as well. Here, we took the request data and incorporated it into Zoho Desk. Finally, we will go to the main workflow, invoke this workflow, and finalize the automation.
推薦閱讀
- 基于粒計算模型的圖像處理
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- C# 從入門到項目實踐(超值版)
- INSTANT MinGW Starter
- Hands-On RESTful Web Services with Go
- Elasticsearch Server(Third Edition)
- 軟件測試技術指南
- Unity Game Development Scripting
- Python編程實戰
- Python時間序列預測
- Python商務數據分析(微課版)
- SignalR:Real-time Application Development(Second Edition)
- Training Systems Using Python Statistical Modeling
- Ubuntu Server Cookbook
- 前端架構設計