If you’re using Selenium or similar, remember that xpath following sibling is case-sensitive and whitespace matters. Double-check your class names!
Also, `following-sibling::node()` can sometimes work where `div` fails. Worth a shot.
Also, `following-sibling::node()` can sometimes work where `div` fails. Worth a shot.
