After clicking the button calculate process started at the button will be blur then again that button will be in clear visible at the time "Calculation process completed"

Hi Team,
After clicking the button calculate process started at the button will be blur then again that button will be in clear visible at the time “Calculation process completed” message will be shown in the screen at the time calculate button will be visible.Take a screenshot and need to send a mail to corresponding person

@RaviDevaraj,

DUPLICATE

Kind Request
Please avoid creating duplicate post. It’s not that you will get a solution sooner if you re-post again and again. We have best solutions around us (search our forum) than what you expect. Requesting you go through this link

Thanks for your understanding :slight_smile:

SOLUTION

  1. Check if the message completed appears. If it’s a pop up then use Element Exists or it exists within a window as a text, then use Get Text and check string.contains(“completed”)

  2. Many more activities to go with, On Element Appear, if it’s not an element Find Image, Image Exists

Note: Selector works better than images.

Based on these boolean decide your next step.
In case if you have missed it, have a look on Uipath Academy

Regards,
Dominic :slight_smile:

2 Likes

hi @Dominic

i cannot able to get your points.