Extractors are functions that extract information from a webpage.
def extract_text( self, element_description: str ) -> str:
Was this page helpful?