I want to allow the popup of the chrome in the below screenshot.
I tried this, but it didn't work.
from selenium.webdriver.common.alert import Alert
...
time.sleep(10)
Alert(driver).accept()
I want to allow the popup of the chrome in the below screenshot.
I tried this, but it didn't work.
from selenium.webdriver.common.alert import Alert
...
time.sleep(10)
Alert(driver).accept()