Selenium geckodriver更新为25,仍显示为24

Selenium geckodriver更新为25,仍显示为24,selenium,homebrew,geckodriver,Selenium,Homebrew,Geckodriver,我运行了geckodriver版本的更新,从0.24到0.25。但当我检查版本时,它仍然显示为24。臭虫 /usr/local/bin Raymond$ brew reinstall geckodriver ==> Reinstalling geckodriver ==> Downloading https://homebrew.bintray.com/bottles/geckodriver-0.25.0.mojave.bottle.tar.gz ==> Downloadin

我运行了geckodriver版本的更新,从0.24到0.25。但当我检查版本时,它仍然显示为24。臭虫

/usr/local/bin Raymond$ brew reinstall geckodriver
==> Reinstalling geckodriver 
==> Downloading https://homebrew.bintray.com/bottles/geckodriver-0.25.0.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/be/beddf7cc7ac7f7c649823cef79a3e2531cfdeb35c5257e776d6a069548d29101?__gda__=exp=1568738604~hmac=e7ec584249c182d406a6df91369e45f68f7be8c6ab0e832d8e50a7b91c33bf3f&response-content-disposition=attachment%3Bfilename%3
######################################################################## 100.0%
==> Pouring geckodriver-0.25.0.mojave.bottle.tar.gz
Checking the source files from 
0.25.0
release, it seems they just forgot to change the version number.

https://github.com/mozilla/geckodriver/blob/v0.25.0/Cargo.toml

[package]
name = "geckodriver"
version = "0.24.0"
description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
...
/usr/local/bin Raymond$brew重新安装geckodriver
==>重新安装geckodriver
==>下载https://homebrew.bintray.com/bottles/geckodriver-0.25.0.mojave.bottle.tar.gz
==>从下载https://akamai.bintray.com/be/beddf7cc7ac7f7c649823cef79a3e2531cfdeb35c5257e776d6a069548d29101?__gda__=exp=1568738604~hmac=e7ec584249c182d406a6df91369e45f68f7be8c6ab0e832d8e50a7b91c33bf3f&响应内容处置=附件%3Bfilename%3
######################################################################## 100.0%
==>浇注geckodriver-0.25.0.mojave.瓶子.tar.gz

检查
0.25.0
release中的源文件,似乎他们只是忘记更改版本号


检查
0.25.0
release中的源文件,似乎他们只是忘记更改版本号


我还检查了路径是否正确/usr/local/bin Raymond$which geckodriver/usr/local/bin/geckodriver/usr/local/bin Raymond$ls-al/usr/local/bin/geckodriver lrwxr-xr-x 1 Raymond admin 44 Sep 17 09:31/usr/local/bin/geckodriver->../cillar/geckodriver/0.25.0/bin/geckodriver/usr/local/bin Raymond$``我还检查了路径是否正确。`````````````````````````````````/usr/local/bin Raymond$which geckodriver/usr/local/bin/geckodriver/usr/local/bin Raymond$ls-al/usr/local/bin/geckodriver lrwxr-xr-x 1 Raymond admin 44 Sep 17 09:31/usr/local/bin/geckodriver->../ceral/geckodriver/0.25.0/bin/geckodriver/usr/local/bin雷蒙德$```