We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8908d commit ac4de42Copy full SHA for ac4de42
WebDriverManager/DriverConfigs/Impl/ChromeConfig.cs
@@ -49,7 +49,7 @@ public virtual string GetBinaryName()
49
50
public virtual string GetLatestVersion()
51
{
52
- var uri = new Uri("https://chromedriver.storage.googleapis.com/LATEST_RELEASE_74");
+ var uri = new Uri("https://chromedriver.storage.googleapis.com/LATEST_RELEASE");
53
var webRequest = WebRequest.Create(uri);
54
using (var response = webRequest.GetResponse())
55
0 commit comments