how to install geckodriver on a windows system

后端 未结 5 1063
孤街浪徒
孤街浪徒 2021-02-09 06:07

I am trying to intall webdriver and in order to open firefox i need the geckodriver to be installed and in the correct path.

Firstly the download link to install geckodr

5条回答
  •  情书的邮戳
    2021-02-09 06:35

    I am working with python 3.7.7 under Windows 10 Build 19041.329. After pip-installing selenium into a venv I got an error that demanded that the selenium executeable should be in PATH. I solved this by installing the C++ redistributeables for Windows as recommended in the geckodriver git

    https://github.com/mozilla/geckodriver/releases/tag/v0.26.0

    and just copying the .exe file into my venv folder.

提交回复
热议问题