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

Namespace: OpenQA.Selenium.Edge
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax

public override ICapabilities ToCapabilities()

Return Value

Type: ICapabilities
The DesiredCapabilities for Edge with these options.
See Also

Reference