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