Base class for managing options specific to a browser driver.
Inheritance Hierarchy
OpenQA.SeleniumDriverOptions
More...
Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax
The DriverOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DriverOptions | Initializes a new instance of the DriverOptions class |
Methods
Name | Description | |
---|---|---|
![]() | AddAdditionalCapability |
Provides a means to add additional capabilities not yet added as type safe options
for the specific browser driver.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GenerateLoggingPreferencesDictionary |
Generates the logging preferences dictionary for transmission as a desired capability.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetLoggingPreference |
Sets the logging preferences for this driver.
|
![]() | ToCapabilities |
Returns DesiredCapabilities for the specific browser driver with these
options included ascapabilities. This does not copy the options. Further
changes will be reflected in the returned capabilities.
|
![]() | ToString | (Inherited from Object.) |
See Also
Reference
Inheritance Hierarchy
OpenQA.SeleniumDriverOptions
OpenQA.Selenium.ChromeChromeOptions
OpenQA.Selenium.EdgeEdgeOptions
OpenQA.Selenium.FirefoxFirefoxOptions
OpenQA.Selenium.IEInternetExplorerOptions
OpenQA.Selenium.OperaOperaOptions
OpenQA.Selenium.PhantomJSPhantomJSOptions
OpenQA.Selenium.SafariSafariOptions