Find out broken links on website using selenium webdriver and HTTP Client
Submitted by harrydev on Thu, 08/06/2015 - 12:23Earlier we have seen working with finding broken images, now here we will see finding invalid URLs. Here a valid URL will always have a status with 200. We have different HTTP status codes which are used for different purposes. You can check Wiki page for more information on HTTP Status Codes
Here 2xx class of status codes indicates that the action request by client was received and processed successfully without any issues.