From e7c57343ea4c45e7bc8c3b2f50de0071dcc0fc5d Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Wed, 25 Feb 2015 12:07:54 -0500 Subject: [PATCH] Updating name of operadriver executable for .NET bindings --- dotnet/src/webdriver/Opera/OperaDriverService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/src/webdriver/Opera/OperaDriverService.cs b/dotnet/src/webdriver/Opera/OperaDriverService.cs index e692fa821d94f..ce44d23072ab7 100644 --- a/dotnet/src/webdriver/Opera/OperaDriverService.cs +++ b/dotnet/src/webdriver/Opera/OperaDriverService.cs @@ -30,7 +30,7 @@ namespace OpenQA.Selenium.Opera /// 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;