How to check a website if there is a new version patch release?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 09:51 PM
Use Case:
I want to check website daily if there are new version of patch released and send email notification, this should be done automatically via Scheduled Job.
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 04:40 AM
Are you reciving something back which tells it is a new patch?
If you do that then you can configure scheduled job with that, if there is a new value then trigger notification.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 07:30 AM
I am receiving the entire HTML of the page as string. I can check for the element that will show new patch and check but is it the way to do it?
