pub fn find_button_bounds<E: SemanticElementLike>( elements: &[E], text: &str, ) -> Option<Bounds>
Find a clickable element (button) containing the specified text. Returns the bounds (x, y, width, height) if found.