Getting Chrome to launch via Selenium

前端 未结 6 1143
太阳男子
太阳男子 2020-12-29 06:01

Hi all I\'m very new to this and am having issues getting an instance of a Chrome browser from selenium in python. I\'m using Windows 8. I have downloaded the chromedriver b

6条回答
  •  梦毁少年i
    2020-12-29 06:56

    Even if you have chromedriver.exe in the PATH, its necessary to have chromedriver.exe in the folder where your executable scripts are present(atleast so is the case when it comes to python scripts)

提交回复
热议问题