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 d94c64f commit 0c680e7Copy full SHA for 0c680e7
dotnet/src/webdriver/IE/InternetExplorerOptions.cs
@@ -133,7 +133,7 @@ public class InternetExplorerOptions
133
private bool ignoreProtectedModeSettings;
134
private bool ignoreZoomLevel;
135
private bool enableNativeEvents = true;
136
- private bool requireWindowFocus = true;
+ private bool requireWindowFocus;
137
private bool enablePersistentHover = true;
138
private bool forceCreateProcessApi;
139
private bool forceShellWindowsApi;
0 commit comments