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