This error has no relates to my web scraping bot at all. my code does not cause this error. it is just there, and I would like to get rid of it. any ideas?
Bluetooth: bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed.
This error has no relates to my web scraping bot at all. my code does not cause this error. it is just there, and I would like to get rid of it. any ideas?
Bluetooth: bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed.
Try disabling the logging when you initiate your driver:
chrome_options = webdriver.ChromeOptions();
chrome_options.add_experimental_option("excludeSwitches", ['enable-logging']);
driver = webdriver.Chrome(options=chrome_options);
I can't reproduce this to tell you if it will work however give it a go and let us know. ...Out of site, out of mind?