Skip to content

Commit

Permalink
Update InternetExplorer version (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-macneil-youi committed Jul 23, 2021
1 parent ad57cda commit 2415aeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WebDriverManager/DriverConfigs/Impl/InternetExplorerConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ public virtual string GetName()

public virtual string GetUrl32()
{
return "http://selenium-release.storage.googleapis.com/3.141/IEDriverServer_Win32_3.141.59.zip";
return "https://selenium-release.storage.googleapis.com/3.150/IEDriverServer_Win32_3.150.1.zip";
}

public virtual string GetUrl64()
{
return "http://selenium-release.storage.googleapis.com/3.141/IEDriverServer_x64_3.141.59.zip";
return "https://selenium-release.storage.googleapis.com/3.150/IEDriverServer_x64_3.150.1.zip";
}

public virtual string GetBinaryName()
Expand All @@ -26,7 +26,7 @@ public virtual string GetBinaryName()

public virtual string GetLatestVersion()
{
return "3.141.59";
return "3.150.1";
}

public virtual string GetMatchingBrowserVersion()
Expand Down

0 comments on commit 2415aeb

Please sign in to comment.