catch another exception

This commit is contained in:
augustin64 2024-05-12 18:16:24 +02:00
parent 778adc67d2
commit 906d3e7822
1 changed files with 2 additions and 1 deletions

3
V6.py
View File

@ -232,7 +232,8 @@ def all_cards():
custom_sleep(1.5)
return True
except (exceptions.NoSuchElementException, IndexError):
except (exceptions.NoSuchElementException, exceptions.ElementNotInteractableException, IndexError):
# les éléments sont présents dans le DOM même quand la popup n'est pas visible apparemment
return False
driver.get("https://rewards.bing.com")