the verifyElementPresent
can track almost all available tags in source code, But in my case there is a svg
image which unfortunately cannot be detected.
Code is something like below, “svg_tag” has only one property which is “tag” and it has value “svg”. I can also assure that page source do contain multiple svg
tags, But still test it getting failed.
WebUI.verifyElementInViewport(findTestObject('Page_Dashboard/svg_tag'), 0)