I'm trying to navigate through the page via xPath and obtain an array of text fields within certain spans
The div stricture is the following:
.class1
(the only one present on the page) -> .some other divs. -> .class2
(can be multiple of them) -> span
, containing text
Could someone help me with $xpath->query()
Thank you for your time.