
Announcements
Hi
How can I build an automation flow that test the availability of the contents (ex: images) on a list of webpages? I want to make sure all images are properly located and displayed and on a list webpage.
Have a list of all the image URLs you want to test and the expected image size. Run a loop over that array and do a HTTP fetch for each URL. Capture the response size and compare with the expected image size. Decide what to do when they don't match, or when you get a 404 instead of a 200.