dealfront_enrichment.py aktualisiert

This commit is contained in:
2025-07-08 17:47:29 +00:00
parent 57a8a4037e
commit fdc5d75944

View File

@@ -112,7 +112,6 @@ class DealfrontScraper:
self._save_debug_artifacts()
return False
def extract_current_page_results(self):
def extract_current_page_results(self):
# 1) Warte auf erste Ergebniszeile (bis zu 20Sek.)
rows_locator = (By.CSS_SELECTOR, "table#t-result-table tbody tr[id]")