alert_is_present() kodunda TimeoutException hatası alıyorum süreyi uzatsamda bulamıyor web sitesinde alert cıkıyor fakat kod bunu bulamıyor kodu aşağı yapıstırıyorum
driver = webdriver.Chrome()
driver.implicitly_wait(30)
driver.get(" https://www.trendyol.com")
WebDriverWait(driver,10).until(expected_conditions .alert_is_present())
uyarı = Alert(driver)
uyarı.accept()
yardımcı olabilecek var mı
python selenium hakkında sorum var
1
●140