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.
EdgeDriverService
1 parent 1685415 commit b01b3f5Copy full SHA for b01b3f5
dotnet/src/webdriver/Edge/EdgeDriverService.cs
@@ -72,7 +72,7 @@ public static EdgeDriverService CreateDefaultService()
72
/// <summary>
73
/// Creates a default instance of the EdgeDriverService using a specified path to the EdgeDriver executable.
74
/// </summary>
75
- /// <param name="driverPath">The directory containing the EdgeDriver executable.</param>
+ /// <param name="driverPath">The path to the executable or the directory containing the EdgeDriver executable.</param>
76
/// <returns>An EdgeDriverService using a random port.</returns>
77
public static EdgeDriverService CreateDefaultService(string? driverPath)
78
{
0 commit comments