InternetExplorerOptions PropertiesWebDriver
The InternetExplorerOptions type exposes the following members.
Properties

  NameDescription
Public propertyBrowserAttachTimeout
Gets or sets the amount of time the driver will attempt to look for a newly launched instance of Internet Explorer.
Public propertyBrowserCommandLineArguments
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  .
Public propertyElementScrollBehavior
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.
Public propertyEnableNativeEvents
Gets or sets a value indicating whether to use native events in interacting with elements.
Public propertyEnablePersistentHover
Gets or sets a value indicating whether to enable persistently sending WM_MOUSEMOVE messages to the IE window during a mouse hover.
Public propertyEnsureCleanSession
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  .
Public propertyForceCreateProcessApi
Gets or sets a value indicating whether to force the use of the Windows CreateProcess API when launching Internet Explorer. The default value is  .
Public propertyIgnoreZoomLevel
Gets or sets a value indicating whether to ignore the zoom level of Internet Explorer .
Public propertyInitialBrowserUrl
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.
Public propertyIntroduceInstabilityByIgnoringProtectedModeSettings
Gets or sets a value indicating whether to ignore the settings of the Internet Explorer Protected Mode.
Public propertyProxy
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.
Public propertyRequireWindowFocus
Gets or sets a value indicating whether to require the browser window to have focus before interacting with elements.
Public propertyUnexpectedAlertBehavior
Gets or sets the value for describing how unexpected alerts are to be handled in the IE driver. Defaults to Default.
Public propertyUsePerProcessProxy
Gets or sets a value indicating whether to use the supplied Proxy settings on a per-process basis, not updating the system installed proxy setting. This property is only valid when setting a Proxy, where the Kind property is either Direct, System, or Manual, and is otherwise ignored. Defaults to  .
Back to Top
See Also