I have a line containing HTML, and I need to have access to a specific element in order to get text from it (the element has no identifier or class or name, so there can be no question).
For example, let's say I need to access: "/ html / body / div / div [3] / div / table [0] / div / ul / li [12] / a /".
How can i do this?
Mike
source share