I have a use case where I should check whether a website is up or not .
How to achieve in UiPath Studio. Please help
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
Can you please what packages to install?