Function find_all_by_text

Source
pub fn find_all_by_text<M: Into<Matcher>>(
    container: &HtmlElement,
    matcher: M,
    options: SelectorMatcherOptions,
    wait_for_options: WaitForOptions,
) -> Result<Vec<HtmlElement>, QueryError>