XPath following sibling can be tricky if there are hidden or dynamically loaded elements. Try adding a wait in your script (if you’re automating) or inspect the rendered HTML to confirm the sibling exists.
Another hack: Use `preceding-sibling::` to backtrack and see if your reference node is correct.
Another hack: Use `preceding-sibling::` to backtrack and see if your reference node is correct.
