Function query_all_by_role

Source
pub fn query_all_by_role<M: Into<ByRoleMatcher>>(
    container: &HtmlElement,
    matcher: M,
    options: ByRoleOptions,
) -> Result<Vec<HtmlElement>, QueryError>