pub fn get_node_ancestors<'a>(
element: &'a ElementRef<'a>,
max_depth: usize,
) -> Vec<ElementRef<'a>>Expand description
Get node ancestors up to maxDepth
pub fn get_node_ancestors<'a>(
element: &'a ElementRef<'a>,
max_depth: usize,
) -> Vec<ElementRef<'a>>Get node ancestors up to maxDepth