我在使用chomedriver和selenium时出现节点连接错误



我对编码和其他东西有点陌生,但我在尝试使用chromedriver时一直遇到这个错误,网站出现了502错误(坏网关(

我已经下载了pywin32,检查了";resource_ path";没有,而是有可执行路径,我在互联网上根本没有找到任何修复方法。

[15:18:59.410] USB: usb_device_handle_win.cc:1056 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)

我找到了一个修复程序!!首先下载这个chrome扩展,然后单击该扩展,并将用户代理设置为";Mac上的Chrome";

也打开cmd并键入:

pip install pywin32

最新更新