selenium.webdriver.chrome.options에 Option에 아래 한줄만 추가하면 창 없이 실행 시킬 수 있습니다.
options.add_argument("headless")
* 단 리소스를 낭비하지 않게 quit를 마지막에 꼭 실행해주세요.
728x90
'Python > Selenium' 카테고리의 다른 글
[Selenium] 브라우저 종료 (close, quit 차이) (0) | 2023.05.20 |
---|---|
[Selenium] not clickable 예외 (0) | 2023.05.18 |
[Selenium] DeprecationWarning: executable_path has been deprecated, please pass in a Service object (0) | 2023.05.02 |
[Selenium] 브라우저 종료하지 않고 유지하기 (0) | 2023.05.01 |
[Selenium] AttributeError: 'WebDriver' object has no attribute 'find_element_by_css_selector' (0) | 2023.05.01 |
댓글