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 4dc45f7 commit b383138Copy full SHA for b383138
dotnet/src/webdriver/Edge/EdgeDriverService.cs
@@ -50,6 +50,7 @@ protected override DriverOptions GetDefaultDriverOptions()
50
/// <summary>
51
/// Gets or sets a value indicating whether the service should use verbose logging.
52
/// </summary>
53
+ [Obsolete("Use EnableVerboseLogging")]
54
public bool UseVerboseLogging
55
{
56
get { return this.EnableVerboseLogging; }
0 commit comments