Closed working-name closed 3 years ago
i think you want something like
root.querySelector('tr td:nth-child(2)')
actually this feature may not be implemented https://github.com/taoqf/node-html-parser/issues/74
I would say maybe you should querySelectorAll, and then filter the result array. Good luck.
Here's my .structure
Trying to get the second
td
. I tried all I could think of... no go. Is this even implemented?