catch another exception
This commit is contained in:
parent
778adc67d2
commit
906d3e7822
3
V6.py
3
V6.py
|
@ -232,7 +232,8 @@ def all_cards():
|
||||||
custom_sleep(1.5)
|
custom_sleep(1.5)
|
||||||
|
|
||||||
return True
|
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
|
return False
|
||||||
|
|
||||||
driver.get("https://rewards.bing.com")
|
driver.get("https://rewards.bing.com")
|
||||||
|
|
Loading…
Reference in New Issue