Website Up or Not

I have a use case where I should check whether a website is up or not .

How to achieve in UiPath Studio. Please help

Hey!

Use element exists activity - Indicate it on the Website logo.

Create output variable for Element exists - boolEleExists

Take one if condition and pass the boolEleExists = True

If the web page successfully loaded the Then block will be executed

If not loaded the else block will be executed

Try this and let me know

Regards,
NaNi

2 Likes

Hi @Ashok98.

kindly check attached Xmal

Up or down.xaml (6.9 KB)

Can you please what packages to install?

@RajKumarDuraiFAS

@Ashok98 ,

kindly use following UiPath.Core.Activities.UiElementExists

Thanks,
RajKumar