How do i print inaccessible link?

How do i print inaccessible link list when i fault at test by built-in keyword “verifyAllLinksOnCurrentPageAccessible”?
Here’s my test script.

WebUI.openBrowser(‘http://www.golfzon.com/’, FailureHandling.STOP_ON_FAILURE)

WebUI.verifyAllLinksOnCurrentPageAccessible(false, , FailureHandling.CONTINUE_ON_FAILURE)

WebUI.closeBrowser(FailureHandling.STOP_ON_FAILURE)

2 Likes

It would save a lot of time to (be able to) print the inaccessible links in the error message. Otherwise you have to check all the links by hand when this verification failed.