Debugging selenium app

This commit is contained in:
Luciano Gervasoni
2025-04-07 09:50:13 +02:00
parent 1b660f3d2e
commit 7989eea0d8

View File

@@ -77,8 +77,10 @@ class MissingKidsFetcher():
logger.warning("Exception while clicking page {}. {}".format(i+1, str(e)), exc_info=True)
finally:
try:
logger.info("Closing web driver and returning results")
driver.close()
except Exception as e:
logger.warning("Exception closing web driver: {}".format(str(e)))
pass
return set_urls