fn find_elements_xpath_strategy(
cx: &mut JSContext,
document: &Document,
start_node: &Node,
selector: String,
pipeline: PipelineId,
) -> Result<Vec<String>, ErrorStatus>fn find_elements_xpath_strategy(
cx: &mut JSContext,
document: &Document,
start_node: &Node,
selector: String,
pipeline: PipelineId,
) -> Result<Vec<String>, ErrorStatus>