Debugging selenium app 2

This commit is contained in:
Luciano Gervasoni
2025-04-07 09:51:58 +02:00
parent 7989eea0d8
commit 7acdf6bc77

View File

@@ -18,9 +18,10 @@ class MissingKidsFetcher():
# URLs # URLs
set_urls = set() set_urls = set()
# Initialize
driver = webdriver.Chrome(options=get_chrome_options())
try: try:
# Initialize
driver = webdriver.Chrome(options=get_chrome_options())
# Go to URL # Go to URL
driver.get(url) driver.get(url)
# Iterate # Iterate