๐จ๐ผ๐ป๊ฐ๋ฐ/์
๋ ๋์
์ ๋ ๋์ - alert, confirm ๋๊ธฐ, ํ์ด์ฌ
Janger
2022. 1. 15. 18:47
728x90
ํ์ธ)
WebDriverWait(driver, 10).until(EC.alert_is_present())
alert = driver.switch_to.alert
alert.accept()
์ทจ์)
WebDriverWait(driver, 10).until(EC.alert_is_present())
alert = driver.switch_to.alert
alert.dismiss()
์ฐธ๊ณ :
https://dejavuqa.tistory.com/272
Selenium์ผ๋ก Alert ์ฐฝ ์ฒ๋ฆฌํ๊ธฐ
Alert ์ฐฝ ์ฒ๋ฆฌ์ ๋ํด ํ์ธํด ๋ณด๊ฒ ์ต๋๋ค. ์ฐ์ ์๋์ ๊ฐ์ด html ํ์ผ์ ๋ง๋ค์์ต๋๋ค. <!DOCTYPE html> Click the button to display a simple alert box. Try it Click the button to demonstrate line-breaks..
dejavuqa.tistory.com
728x90