How do I get Chromedriver (No version)

236 views
Skip to first unread message

Matias Franciscus Villedrouin

unread,
Oct 15, 2025, 6:37:47 PMOct 15
to ChromeDriver Users
I just updated to  Version 141.0.7390.108 but when I look at the newest chromedriver versions there is only  141.0.7390.78 avalible for stable, even when I try version  141.0.7390.78 It does not come installed with the chromedriver itself.

Please help

Mathias Bynens

unread,
Oct 16, 2025, 4:27:54 AMOct 16
to Matias Franciscus Villedrouin, ChromeDriver Users

On Thu, Oct 16, 2025 at 12:37 AM Matias Franciscus Villedrouin <matia...@gmail.com> wrote:
I just updated to  Version 141.0.7390.108 but when I look at the newest chromedriver versions there is only  141.0.7390.78 avalible for stable, even when I try version  141.0.7390.78 It does not come installed with the chromedriver itself.

Please help

--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-us...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/chromedriver-users/24e0eae4-c3c7-4c57-8370-b17f246abf5fn%40googlegroups.com.

Matias Franciscus Villedrouin

unread,
Oct 16, 2025, 5:50:51 PMOct 16
to ChromeDriver Users
It’s only .78 not .108 

EMZO QATAR

unread,
Oct 18, 2025, 4:25:14 AMOct 18
to ChromeDriver Users
I tried below solution and it's working 
download chrome Version 141.0.7390.78  https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.78/win64/chrome-win64.zip
and  # Specify the path to your Chrome binary # Example for Windows: "C:/Program Files/Google/Chrome/Application/chrome.exe"
using ChromeOptions and the argument set_binaryLocation
in Java for expamle :
ChromeOptions options = new ChromeOptions(); // Set the path to your custom Chrome binary options.setBinary(" C:/Program Files/Google/Chrome/Application/chrome.exe  ");

So Chromedriver and the Browser Chrome has the same release.
Reply all
Reply to author
Forward
0 new messages