The nth-child indices in node-path output count text nodes, meaning that selecting the node path is incorrect and selecting the node in the browser is impossible (often requires tweaking before it can be used.)
Filtering out text nodes in indices will solve this problem.
The nth-child indices in node-path output count text nodes, meaning that selecting the node path is incorrect and selecting the node in the browser is impossible (often requires tweaking before it can be used.)
Filtering out text nodes in indices will solve this problem.