[파이썬]bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed error
# Script/Python2021. 5. 19. 22:36[파이썬]bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed error

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)

image