The InternetExplorerOptions type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | BrowserAttachTimeout |
Gets or sets the amount of time the driver will attempt to look for a newly launched instance
of Internet Explorer.
|
![]() | BrowserCommandLineArguments |
Gets or sets the command line arguments used in launching Internet Explorer when the
Windows CreateProcess API is used. This property only has an effect when the
ForceCreateProcessApi is .
|
![]() | ElementScrollBehavior |
Gets or sets the value for describing how elements are scrolled into view in the IE driver. Defaults
to scrolling the element to the top of the viewport.
|
![]() | EnableNativeEvents |
Gets or sets a value indicating whether to use native events in interacting with elements.
|
![]() | EnablePersistentHover |
Gets or sets a value indicating whether to enable persistently sending WM_MOUSEMOVE messages
to the IE window during a mouse hover.
|
![]() | EnsureCleanSession |
Gets or sets a value indicating whether to clear the Internet Explorer cache
before launching the browser. When set to , clears the
system cache for all instances of Internet Explorer, even those already running
when the driven instance is launched. Defaults to .
|
![]() | ForceCreateProcessApi |
Gets or sets a value indicating whether to force the use of the Windows CreateProcess API
when launching Internet Explorer. The default value is .
|
![]() | IgnoreZoomLevel |
Gets or sets a value indicating whether to ignore the zoom level of Internet Explorer .
|
![]() | InitialBrowserUrl |
Gets or sets the initial URL displayed when IE is launched. If not set, the browser launches
with the internal startup page for the WebDriver server.
|
![]() | IntroduceInstabilityByIgnoringProtectedModeSettings |
Gets or sets a value indicating whether to ignore the settings of the Internet Explorer Protected Mode.
|
![]() | Proxy |
Gets or sets the Proxy to be used with Internet Explorer. By default,
will install the specified proxy to be the system proxy, used by all instances of
Internet Explorer. To change this default behavior, change the UsePerProcessProxy
property.
|
![]() | RequireWindowFocus |
Gets or sets a value indicating whether to require the browser window to have focus before interacting with elements.
|
![]() | UnexpectedAlertBehavior |
Gets or sets the value for describing how unexpected alerts are to be handled in the IE driver.
Defaults to Default.
|
![]() | UsePerProcessProxy |
See Also