Skip to content

Commit

Permalink
Updating chromedriver executable download location
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Oct 18, 2013
1 parent 57b0692 commit be78689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/Chrome/ChromeDriverService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace OpenQA.Selenium.Chrome
public sealed class ChromeDriverService : DriverService
{
private const string ChromeDriverServiceFileName = "chromedriver.exe";
private static readonly Uri ChromeDriverDownloadUrl = new Uri("http://code.google.com/p/chromium/downloads/list");
private static readonly Uri ChromeDriverDownloadUrl = new Uri("http://chromedriver.storage.googleapis.com/index.html");
private string logPath = string.Empty;

/// <summary>
Expand Down

0 comments on commit be78689

Please sign in to comment.