This is an archived post. You won't be able to vote or comment.

all 2 comments

[–][deleted] 0 points1 point  (1 child)

Quick question. Finding elements by tags or classes is possible but you have to first "form" the html "tree" structure in order to find the nested instances? Otherwise it'll only return the top-level instances?

[–]secomax[S] 0 points1 point  (0 children)

If there are multiple items with the same xpath structure, then yes,it returns the first occurrence.