File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public sealed class InternetExplorerDriverService : DriverService
33
33
private const string InternetExplorerDriverServiceFileName = "IEDriverServer.exe" ;
34
34
private static readonly Uri InternetExplorerDriverDownloadUrl = new Uri ( "http://selenium-release.storage.googleapis.com/index.html" ) ;
35
35
36
- private InternetExplorerDriverLogLevel loggingLevel = InternetExplorerDriverLogLevel . Debug ;
36
+ private InternetExplorerDriverLogLevel loggingLevel = InternetExplorerDriverLogLevel . Fatal ;
37
37
private InternetExplorerDriverEngine engineImplementation = InternetExplorerDriverEngine . Legacy ;
38
38
private string host = string . Empty ;
39
39
private string logFile = string . Empty ;
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public class InternetExplorerOptions
132
132
private bool requireWindowFocus ;
133
133
private bool enablePersistentHover = true ;
134
134
private bool forceCreateProcessApi ;
135
- private bool forceShellWindowsApi = true ;
135
+ private bool forceShellWindowsApi ;
136
136
private bool usePerProcessProxy ;
137
137
private bool ensureCleanSession ;
138
138
private bool validateCookieDocumentType = true ;
You can’t perform that action at this time.
0 commit comments