What is equivalence to Uipath of BluePrism Pattern in the screenshot?

Hi,

I am trying to build robust automations using browsers and desktop applications. I have Blueprism background. Back in days we used to build objects like below screenshot. They were pretty robust, it always waited for the related field, button or any region, afterwards took related action.

How can I build such robust activities in Uipath in terms of Best Practices?

Thank you in advance,

gs_15_000594

Wait stage in BluePrism is kind of similar to Element Exist activity in UiPath. It waits till a element is loaded and you can set the timeout by yourself. It gives you a boolean as output. Just check the boolean with an if condition. If the boolean equals false just use the throw activity to throw an exception.

1 Like

Hi @umutalihan

You can use the on element appear, wait element vanish, element exists activities to check for elements on screen and wait until a element is loaded on the screen to continue with the process…

1 Like

thank you for responses!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.