pub fn find_text_bounds<E: SemanticElementLike>( elements: &[E], text: &str, ) -> Option<Bounds>
Find an element by text content and return full bounds.