Validates that this selector can find elements in the given HTML
bool validate(String html) { final results = extract(html); return results.isNotEmpty; }