InternetExplorerOptions ToCapabilities Method WebDriver
Returns DesiredCapabilities for IE with these options included as capabilities. This copies the options. Further changes will not be reflected in the returned capabilities.

Namespace: OpenQA.Selenium.IE
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public ICapabilities ToCapabilities()

Return Value

The DesiredCapabilities for IE with these options.
See Also