Function query_by_role

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