Function query_by_test_id

Source
pub fn query_by_test_id<M: Into<Matcher>>(
    container: &HtmlElement,
    matcher: M,
    options: MatcherOptions,
) -> Result<Option<HtmlElement>, QueryError>