1 Answer

0 votes
by
To find the broken images in a page using Selenium web driver is

Get XPath and get all the links in the page using tag name

In the page click on each and every link

Look for 404/500 in the target page title

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
...