We've already learned how to monitor page loading through screenshots (as detailed in the "
Screenshots on Page Load" section). But what if certain content fails to load, like an image or a crucial animation? How can we assess this scenario?
To investigate, you can utilize
DevTools to block specific requests. This approach proves useful when checking if developers neglected to set alternative text for images, which should display in case a picture fails to load or is missing.
Steps to Block Specific Requests: 1. Open the developer panel using the
F12 key and invoke the Command Menu using
Ctrl + Shift + P.
2. Enter "
Show Request Blocking" and choose "
Show Network Request Blocking." This action opens the
Network Request Blocking panel below.