Forum Discussion
nicktulett
13 years agoContributor
There are some alternatives using DOM methods that your devs should recognise and be able to advise on:
These are all exposed to TC as members of the Page object:
.zDocument.querySelector()
querySelector
.zDocument.querySelectorAll()
querySelectorAll
.EvaluateXPath()
XPath
These are all exposed to TC as members of the Page object:
.zDocument.querySelector()
querySelector
.zDocument.querySelectorAll()
querySelectorAll
.EvaluateXPath()
XPath