InternetExplorerOptions MembersWebDriver

The InternetExplorerOptions type exposes the following members.
Constructors

  NameDescription
Public methodInternetExplorerOptions
Initializes a new instance of the InternetExplorerOptions class
Back to Top
Methods

  NameDescription
Public methodAddAdditionalCapability
Provides a means to add additional capabilities not yet added as type safe options for the Internet Explorer driver.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToCapabilities
Returns DesiredCapabilities for IE with these options included as capabilities. This copies the options. Further changes will not be reflected in the returned capabilities.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
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