Skip to content

Commit

Permalink
Updating name of operadriver executable for .NET bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Feb 25, 2015
1 parent e581237 commit e7c5734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/Opera/OperaDriverService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace OpenQA.Selenium.Opera
/// </summary>
public sealed class OperaDriverService : DriverService
{
private const string OperaDriverServiceFileName = "operadriver-0.1.0-win32.exe";
private const string OperaDriverServiceFileName = "operadriver.exe";
private static readonly Uri OperaDriverDownloadUrl = new Uri("https://github.com/operasoftware/operachromiumdriver/releases");
private string logPath = string.Empty;
private string urlPathPrefix = string.Empty;
Expand Down

0 comments on commit e7c5734

Please sign in to comment.