[파이썬]bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed error# Script/Python2021. 5. 19. 22:36
Table of Contents
728x90
반응형
exe파일로 만든 후 실행시 콘솔에 아래와 같이 오류 발생
Bluetooth: bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed error
아래코드 추가 후 해결
options = webdriver.ChromeOptions()
options.add_experimental_option('excludeSwitches', ['enable-logging'])
driver = webdriver.Chrome(options=options)
728x90
반응형
'# Script > Python' 카테고리의 다른 글
[파이썬]네이버 데이터랩 추출 및 엑셀 파일 저장(xlsx) (0) | 2022.10.11 |
---|---|
[파이썬]셀레니움 크롬 드라이버 자동 설치 for windows (0) | 2022.10.10 |
[파이썬]셀레니움을 이용한 특정부분만 하이라이트 적용 (0) | 2021.05.07 |
[파이썬]unknown error: DevToolsActivePort file doesn't exist (0) | 2021.04.30 |
[파이썬]셀레니움을 이용해 geoip 업데이트 자동화 (1) | 2021.04.30 |
@다크쉐라빔 :: 다크쉐라빔의 주절주절
안녕하세요. 이곳은 IT위주의 잡다한 정보를 올려두는 개인 블로그입니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!