ImportError: cannot import name 'webdriver'

前端 未结 6 1193
梦毁少年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:03

    1. if your file is selenium.py rename it.
    2. Pay attention to have import Keys instead of import keys

提交回复
热议问题