简体   繁体   中英

I am getting this error on selenium python

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM