반응형
[Python] 셀레니움(Selenium) 실행되는 크롬 창 크기 조절하는 방법 !!
아래 코드를 사용하시면 셀레니움으로 실행 될 때 크롬 창크기를 조절 하실 수 있습니다 !!
예제코드
options = webdriver.ChromeOptions()
options.add_argument('window-size=넓이(width),높이(height)')
driver = webdriver.Chrome(크롬드라이버 경로,options=options)
728x90
반응형
'Coding > Python' 카테고리의 다른 글
[Python & FastAPI] ssl 키 적용하여 https 로 실행하는 방법 !! (0) | 2023.06.16 |
---|---|
[Python] 리스트 데이터 문자열로 바꾸는 방법 !! (list to str) (0) | 2023.05.25 |
[Python] 파이썬 RuntimeError: Numpy is not available 에러 해결 방법 !! (0) | 2023.05.14 |
[Python] 딕셔너리(Dictionary) 에 데이터 넣는 방법 !! (0) | 2023.05.02 |
[Python] 네이버 실시간 검색어 크롤링(Crawling) 하는 방법 !! (0) | 2023.04.27 |
댓글