[파이썬]unknown error: DevToolsActivePort file doesn't exist# Script/Python2021. 4. 30. 16:47
Table of Contents
728x90
반응형
파이썬 실행시 아래와 같이 오류발생할 경우
unknown error: DevToolsActivePort file doesn't exist
아래내용 추가
from selenium import webdriver
chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument('--headless')
chrome_options.add_argument('--no-sandbox')
chrome_options.add_argument("--single-process")
chrome_options.add_argument("--disable-dev-shm-usage")
driver = webdriver.Chrome("./chromedriver",chrome_options=chrome_options)
728x90
반응형
'# Script > Python' 카테고리의 다른 글
[파이썬]bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed error (0) | 2021.05.19 |
---|---|
[파이썬]셀레니움을 이용한 특정부분만 하이라이트 적용 (0) | 2021.05.07 |
[파이썬]셀레니움을 이용해 geoip 업데이트 자동화 (1) | 2021.04.30 |
[파이썬]beautifulsoup를 이용한 사이트 정보 추출 (0) | 2021.04.29 |
[파이썬]텔레그램 푸시 (0) | 2018.08.02 |
@다크쉐라빔 :: 다크쉐라빔의 주절주절
안녕하세요. 이곳은 IT위주의 잡다한 정보를 올려두는 개인 블로그입니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!