简体   繁体   English

我在 selenium python 上收到此错误

[英]I am getting this error on selenium python

This error has no relates to my web scraping bot at all.此错误与我的 web 抓取机器人完全无关。 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.我无法复制它来告诉你它是否可以工作,但是给它一个 go 并让我们知道。 ...Out of site, out of mind? ...不在现场,不在意?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当我使用 python selenium headless 时出现 tImeout 错误 - Getting tImeout error when I am using python selenium headless 我在通过 selenium python 抓取内容时遇到错误 - I am getting error in scraping content through selenium python Python Selenium:我正在获取元素未附加到页面文档错误 - Python Selenium: I am getting element is not attached to the page document error 如何在 python selenium 中解决此错误我收到的错误消息是 TypeError: Object of type method is not JSON serializable - How to solve this error in python selenium the error message that I am getting is TypeError: Object of type method is not JSON serializable 从命令行运行python硒脚本时出现固定错误 - I am getting fixture error when running python selenium scripts from command line 在原始代码 python,selenium 中替换 url 时出现错误,重新 - I am getting error while replacing url in orginal code python,selenium,re 我正在尝试使用 selenium python 在 chrome 新选项卡中单击一个元素,但我收到错误 no such element 即使该元素存在 - I am trying to use selenium python to click an element in chrome new tab, but I am getting error no such element even thought the element is there Firefox崩溃了,将Python与Selenium一起使用时出现了ConnectionResetError - Firefox is crashing and I am getting ConnectionResetError when used Python with Selenium selenium python 为什么我没有得到图像 url? - selenium python why I am not getting image url? 为什么在 python flask 中使用 Selenium 时出现 No such element 异常? - Why am I getting a No such element exception using Selenium in python flask?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM