Skip to content

Commit 54a4f8e

Browse files
committed
Resetting inadvertent commit of debugging options in .NET bindings
1 parent e22b53a commit 54a4f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: dotnet/src/webdriver/IE/InternetExplorerDriverService.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public sealed class InternetExplorerDriverService : DriverService
3333
private const string InternetExplorerDriverServiceFileName = "IEDriverServer.exe";
3434
private static readonly Uri InternetExplorerDriverDownloadUrl = new Uri("http://selenium-release.storage.googleapis.com/index.html");
3535

36-
private InternetExplorerDriverLogLevel loggingLevel = InternetExplorerDriverLogLevel.Debug;
36+
private InternetExplorerDriverLogLevel loggingLevel = InternetExplorerDriverLogLevel.Fatal;
3737
private InternetExplorerDriverEngine engineImplementation = InternetExplorerDriverEngine.Legacy;
3838
private string host = string.Empty;
3939
private string logFile = string.Empty;

Diff for: dotnet/src/webdriver/IE/InternetExplorerOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public class InternetExplorerOptions
132132
private bool requireWindowFocus;
133133
private bool enablePersistentHover = true;
134134
private bool forceCreateProcessApi;
135-
private bool forceShellWindowsApi = true;
135+
private bool forceShellWindowsApi;
136136
private bool usePerProcessProxy;
137137
private bool ensureCleanSession;
138138
private bool validateCookieDocumentType = true;

0 commit comments

Comments
 (0)