[Python]Selenium BluetoothAvailability()에러 해결 방법 (usb_device_handle_win)


[Python]Selenium BluetoothAvailability()에러 해결 방법 (usb_device_handle_win)

목차 [Python]Selenium BluetoothAvailability() 문제 현상 코드>> from selenium import webdriver driver = webdriver.Chrome() driver.maximize_window() driver.get('http://www.g2b.go.kr/index.jsp') 위 코드를 구현 하였고 아래와 같이 에러 메세지가 발생하였습니다. 에러메세지>> [3740:8148:0124/084133.199:ERROR:chrome_browser_main_extra_parts_metrics.cc(227)] START: ReportBluetoothAvailability(). If you don't see the END: message, this is crbug...


원문링크 : [Python]Selenium BluetoothAvailability()에러 해결 방법 (usb_device_handle_win)