dealfront_enrichment.py aktualisiert
This commit is contained in:
@@ -109,9 +109,9 @@ class DealfrontScraper:
|
||||
logger.info(f"Extraktion abgeschlossen: {len(results)} Firmen.")
|
||||
return results
|
||||
|
||||
finally:
|
||||
# 5) Implicit-Wait zurück auf Standard (z. B. 10 s)
|
||||
self.driver.implicitly_wait(10)
|
||||
finally:
|
||||
# 5) Implicit-Wait zurück auf Standard (z. B. 10 s)
|
||||
self.driver.implicitly_wait(10)
|
||||
|
||||
def click_next_page(self):
|
||||
# Paginator-Buttons greifen
|
||||
|
||||
Reference in New Issue
Block a user