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 962a34b commit 60eab06Copy full SHA for 60eab06
1 file changed
dotnet/src/webdriver/Safari/SafariDriver.cs
@@ -79,7 +79,7 @@ public SafariDriver()
79
/// </summary>
80
/// <param name="options">The <see cref="SafariOptions"/> to use for this <see cref="SafariDriver"/> instance.</param>
81
public SafariDriver(SafariOptions options)
82
- : this(SafariDriverService.CreateDefaultService(), options)
+ : this(SafariDriverService.CreateDefaultService(options), options)
83
{
84
}
85
0 commit comments