selectors

Function parse_selector

Source
pub fn parse_selector<E>(unparsed_selector: &str) -> Result<Selector, Error>
where for<'a> E: ParsingError<'a>,
Expand description

Converts an unparsed Inspect selector into a ComponentSelector and TreeSelector.