Reference GUI element via XPath?

sivagelli

Well-Known Member
hello,

There is an attribute called Path for a identified element, this is very simplified way of identifying elements from DOM.
Going by the documentation, Path HTML/BODY(1)/TABLE(4) refers to 4th table in first body element declared under the html element in the DOM.
 
Top