Incorrect version of ChromeDriver downloaded since 2.10
Closed this issue · 0 comments
Due to how items are sorted in google_code_parser.rb, downloads method, 2.9 version is considered most recent and is downloaded:
"http://chromedriver.storage.googleapis.com/2.0/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.1/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.10/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.11/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.2/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.3/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.4/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.5/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.6/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.7/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.8/chromedriver_mac32.zip"
"http://chromedriver.storage.googleapis.com/2.9/chromedriver_mac32.zip"
Actually, 2.11 is most recent and should be downloaded. Can you please consider fixing it?