It would be very useful to be able to navigate 'sideways'. This is the ability to find a sibling tag based on criteria (such as tag name, attributes, content, inner text, ...). Something like: Find.SiblingById(...Find parms..., direction) - where 'direction' is some enum for next/previous...