Hello,
I have to data scrape some data in a website. However, I want a script that will send an email if website is not working.
Thank you
Hello,
I have to data scrape some data in a website. However, I want a script that will send an email if website is not working.
Thank you
Use Element Exists Activity and indicate any element after page loaded successfully. If the page loaded successfully then this activity will give output as True else it will give false. If it false then use mail activities to send mail notification.