Ruby selenium webdriver unable to find Mozilla geckodriver

前端 未结 6 2123
名媛妹妹
名媛妹妹 2021-01-02 00:21

I have geckodriver installed in my development directory

ls | grep geckodriver
geckodriver
geckodriver-v0.11.1-linux64.tar.gz

I also exported

6条回答
  •  耶瑟儿~
    2021-01-02 00:37

    After download the "geckodriver" I unzipped the driver into new folder "webdrivers". Second, in the system path, create a new entry that points to the new "geckodriver" directory. Finally restart the command prompt after modifying the environment variable. Maybe the last past could be the trick

提交回复
热议问题