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