We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e581237 commit e7c5734Copy full SHA for e7c5734
dotnet/src/webdriver/Opera/OperaDriverService.cs
@@ -30,7 +30,7 @@ namespace OpenQA.Selenium.Opera
30
/// </summary>
31
public sealed class OperaDriverService : DriverService
32
{
33
- private const string OperaDriverServiceFileName = "operadriver-0.1.0-win32.exe";
+ private const string OperaDriverServiceFileName = "operadriver.exe";
34
private static readonly Uri OperaDriverDownloadUrl = new Uri("https://github.com/operasoftware/operachromiumdriver/releases");
35
private string logPath = string.Empty;
36
private string urlPathPrefix = string.Empty;
0 commit comments