pub fn find_elements_by_role<E: SemanticElementLike>( elements: &[E], role: &str, ) -> Vec<Bounds>
Find all elements matching a role (e.g., “Layout”, “Text”).