Does Verify Text Present Command check for Text of Hyperlink on page or it just verifies plain text?

Does Verify Text Present Command check for Text of Hyperlink on page or it just verifies plain text on Page?

I believe that it verifies all text.

For some reason even if hyperlink is available with the label it is not able to verify. Any suggestion to make this work is greatly appreciated.

Try using

WebUI.verifyAllLinksOnCurrentPageAccessible(false, [])

I think i found the issue, the link is in Web Table that is the reason verify text on link is not working.

1 Like