Function get_by_placeholder_text

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