Answers

Question and Answer:

  Home  Automation

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

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

 189 views

More Questions for you: