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