From the course: Introducing Blue Prism

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Object layer exception handling

Object layer exception handling - Blue Prism Tutorial

From the course: Introducing Blue Prism

Start my 1-month free trial

Object layer exception handling

- [Instructor] Let's have a look at the object layer and where exception handling is normally included. We can click on the Download Orders page where we have two buttons for which we need to include a level of exception handling for. What we normally include is something called a Wait stage. The Wait stage is consistent of two steps, one, which is waiting for the element to appear on the screen, and another one which is included for the Time Out in case the particular element is not present on the screen. What we are going to do is click on Wait, and then drag the Expand Button across. For Condition, we're going to select Check Exists, and rename the Wait stage to Expand Button. And click OK. We're going to move down the flow in order to include the Wait stage in the main flow and link it together. We need to connect the anchor to the Click Expand button and move the rest of the flow back. When it comes to the Time Out, we're going to include an Exception stage. The Exception stage…

Contents