Searched refs:href_extract (Results 1 – 1 of 1) sorted by relevance
671 href_extract=None,689 href_extract=re.compile(r"location\.href='(.*?)'"),697 def _find_element(self, tag, href_attr, href_extract, argument727 if href_extract:728 m = href_extract.search(el_href)