728x90 ๐จ๐ผ๐ป๊ฐ๋ฐ/์ ๋ ๋์38 ์ ๋ ๋์ - ๋ธ๋ผ์ฐ์ ์ ์ํฐ ๋ณด๋ด๊ธฐ def enter(driver): actions = ActionChains(driver) actions.send_keys(Keys.RETURN) actions.perform() 2022. 1. 15. ์ ๋ ๋์ - alert, confirm ๋๊ธฐ, ํ์ด์ฌ ํ์ธ) 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 ํ์ผ์ ๋ง๋ค์์ต๋๋ค. Click the button to display a simple alert box. Try it Click the button t.. 2022. 1. 15. ์ด์ 1 2 3 4 ๋ค์ 728x90