Function get_all_by_test_id

Source
pub fn get_all_by_test_id<M: Into<Matcher>>(
    container: &HtmlElement,
    matcher: M,
    options: MatcherOptions,
) -> Result<Vec<HtmlElement>, QueryError>