Function _query_all_by_role

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