- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can vRO help to test a website page is running
I would like to write a vro script that continuously checks if a website is up and running all the time. Tried with vRO 8 but I got certificate error. Anyone has already did this? If so, could you share the idea/code? I have tried with http get object in vRO, it did not work.
//Auto-generated script
var urlObject = new URL(url);
result = urlObject.getContent() ;