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