반응형
[15896:26680:1217/153844.486:ERROR:device_event_log_impl.cc(211)] [15:38:44.485] Bluetooth: bluetooth_adapter_winrt.cc:1073 Getting Default Adapter failed.
크롬 드라이버를 사용하던 중 이런 에러가 떴었다.
이럴땐 크롬 옵션에다가 아래의 문구를 삽입해 주면 해결이 된다.
options = webdriver.ChromeOptions()
options.add_experimental_option('excludeSwitches', ['enable-logging'])
driver = webdriver.Chrome(options=options)
반응형
'python > 웹크롤링' 카테고리의 다른 글
Selenium 에서 class, id 특정 element의 click 이 안될때 (0) | 2022.08.31 |
---|---|
[웹크롤링] 랜덤 uger-agent, 랜덤 Proxy IP 우회 class (20) | 2020.11.12 |
[웹크롤링] beautifulsoup 없이 하드코딩으로 60배 빠르게 웹크롤링하기 (0) | 2020.11.11 |
Tor browser 로 selenium webdriver 크롤링 ip 우회 [Windosws] : 네이버 블로그 (0) | 2020.11.10 |
댓글