Alert(driver).accept() # 확인버튼
Alert(driver).dismiss() # 취소버튼
https://cjh5414.github.io/python-selenium-alert/
Python Selenium Alert창 다루기
Jihun's Development Blog
cjh5414.github.io
'Language > Python' 카테고리의 다른 글
find_element By (0) | 2023.01.11 |
---|---|
Selenium Webdriver에서 iFrame 처리하기 (0) | 2023.01.11 |
PyQt5 / Qt Designer 를 이용해 UI구성 - UI 파일 파이썬 코드로 변환, / UI 파일 파이썬 코드에서 로드 (0) | 2022.11.28 |
python 크롤링 셀레니움 비밀번호 키패드 로그인 (0) | 2022.11.10 |
파이썬 자판기 프로그램 while문, 조건문 (0) | 2022.10.20 |