Failed to create shader cache entry- error while locating an element by its Css selector

前端 未结 3 1982
我寻月下人不归
我寻月下人不归 2020-12-20 06:01

I am writing a simple script in Python using Selenium to detect an element by its Css selector. I am accessing the Google page, and am targeting the input, by its CSS select

3条回答
  •  臣服心动
    2020-12-20 06:20

    I ran the script (your code) and no errors came.

    Possibly the problem is of chrome driver, please make sure 32/64 bit version is not causing this issue. Also, please see the following link, it may help: "Unable to move the cache" error in selenium webdriver

提交回复
热议问题