Failed to read descriptor from node connection: A device attached to the system is not functioning error using ChromeDriver Selenium on Windows OS

后端 未结 4 574
一向
一向 2020-12-10 16:47

I got this while running the selenium webdriver script in python I also set the path in System Environment and also tried downloading the webdriver that matches with my chro

4条回答
  •  独厮守ぢ
    2020-12-10 17:11

    After a week of finding an answer to my error, I ended up with a solution that you just need to install pywin32 library and it will not gives you an error

    open cmd and type

    pip install pywin32

    and you are good to go.....!

提交回复
热议问题