I tried to use verifyAllLinksOnCurrentPageAccessible function to verify a page, and I found it only verify the link in html in href=“link” and scr=“link” format.
WebUI.verifyAllLinksOnCurrentPageAccessible(true, [])
But I have 30 links in this format, it only verify 16 links.

And I tried to wait for 20 seconds, it still same.
And some links are show in my html, some are not.
In html, I didn’t find the longin.js in this page.

Could you explain more about the usage of verifyAllLinksOnCurrentPageAccessible function?