【发布时间】:2021-05-12 09:42:06
【问题描述】:
我尝试使用 selenium 和 webdriver_manager.chrome 抓取特定网站,而我的代码完全抓取了该网站的元素。但是爬取后,控制台窗口出现如下错误信息。
ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled
当我第一次找到它时,我取消了 chrome 的硬件硬件加速也没有解决问题。
【问题讨论】:
-
这对你来说是个噱头吗?
-
@cruisepandey 是的。当该消息出现时,我无法使用控制台
-
@J.Choi 可能你说得对,谢谢。现在我想我可以在代码中操作 webdriver chromeoptions
-
@Hoinobert 你是如何操作 webdriver chromeoptions 的?
标签: python selenium selenium-webdriver selenium-chromedriver