Tell me how you can find broken images in a page using Selenium Web driver?

Submitted by: Muhammad
You have to follow the next steps to find broken images in a page using Selenium Web driver:

☛ get XPath and get the all links on the page using the tag name
☛ click on every link on the page
☛ look for 404/500 in the target page title
Submitted by: Muhammad

Read Online Automation Job Interview Questions And Answers