Function script::webdriver_handlers::handle_find_element_css
source ยท pub fn handle_find_element_css(
documents: &DocumentCollection,
pipeline: PipelineId,
selector: String,
reply: IpcSender<Result<Option<String>, ErrorStatus>>,
)