ImportError: cannot import name 'webdriver'

前端 未结 6 1194
梦毁少年i
梦毁少年i 2020-12-15 15:31

I am a newbie for selenium python. I have installed python, pip etc.. I am trying to run the below code but it is showing error:

ImportError: cannot

6条回答
  •  生来不讨喜
    2020-12-15 16:28

    It says that webdriver cant be import.So I assume you have Selenium installed.

    So I can only assume that the selenium lied in different place in your path.

    Maybe you have accidently create a file named selenium ?

提交回复
热议问题