I am trying to select a single text node from an element with multiple text nodes.
I have tried so far without success:
#specifications-2 > div.tab-specifications > div[1]
#specifications-2 > div.tab-specifications > div:nth-child(1)
I am trying to select a single text node from an element with multiple text nodes.
I have tried so far without success:
#specifications-2 > div.tab-specifications > div[1]
#specifications-2 > div.tab-specifications > div:nth-child(1)
? – Stylianos Charalambous Aug 30 '20 at 12:06