pub fn parse_selector<E>(unparsed_selector: &str) -> Result<Selector, Error>where for<'a> E: ParsingError<'a>,
Converts an unparsed Inspect selector into a ComponentSelector and TreeSelector.