Skip to content

Commit e7c5734

Browse files
committed
Updating name of operadriver executable for .NET bindings
1 parent e581237 commit e7c5734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Opera/OperaDriverService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace OpenQA.Selenium.Opera
3030
/// </summary>
3131
public sealed class OperaDriverService : DriverService
3232
{
33-
private const string OperaDriverServiceFileName = "operadriver-0.1.0-win32.exe";
33+
private const string OperaDriverServiceFileName = "operadriver.exe";
3434
private static readonly Uri OperaDriverDownloadUrl = new Uri("https://github.com/operasoftware/operachromiumdriver/releases");
3535
private string logPath = string.Empty;
3636
private string urlPathPrefix = string.Empty;

0 commit comments

Comments
 (0)